1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 11:03:00 +01:00

Make fields private

This commit is contained in:
Michael Steenbeek
2018-09-17 16:12:11 +02:00
parent 6062960390
commit f1c98a4475

View File

@@ -284,7 +284,7 @@ assert_struct_size(LargeSceneryElement, 8);
struct WallElement : TileElementBase
{
//private:
private:
uint8_t entryIndex; // 4
union
{