1
0
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:
Hielke Morsink
2022-01-27 11:04:33 +01:00
committed by ζeh Matt
parent 054f7392a1
commit 01a997cd11

View File

@@ -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;