mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-16 19:43:06 +01:00
Unname the structs themselves
This commit is contained in:
@@ -329,7 +329,7 @@ private:
|
||||
track_type_t TrackType;
|
||||
union
|
||||
{
|
||||
struct URide
|
||||
struct
|
||||
{
|
||||
uint8_t Sequence;
|
||||
uint8_t ColourScheme;
|
||||
@@ -344,7 +344,7 @@ private:
|
||||
};
|
||||
StationIndex stationIndex;
|
||||
} URide;
|
||||
struct UMaze
|
||||
struct
|
||||
{
|
||||
uint16_t MazeEntry; // 6
|
||||
} UMaze;
|
||||
|
||||
Reference in New Issue
Block a user