diff --git a/src/openrct2/world/TileElement.h b/src/openrct2/world/TileElement.h index 1990a43629..e21ff2d912 100644 --- a/src/openrct2/world/TileElement.h +++ b/src/openrct2/world/TileElement.h @@ -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;