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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user