1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-22 14:24:33 +01:00

Added sub_state_17

This commit is contained in:
Duncan Frost
2015-03-22 19:25:26 +00:00
parent 251023e605
commit f252a8c8ac
3 changed files with 155 additions and 6 deletions

View File

@@ -39,8 +39,13 @@ typedef struct {
typedef struct {
uint8 type; //4
uint8 sequence; //5
uint8 colour; //6
union{
struct{
uint8 sequence; //5
uint8 colour; //6
};
uint16 maze_entry; // 5
};
uint8 ride_index; //7
} rct_map_element_track_properties;