mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-15 11:03:00 +01:00
Make fields private
This commit is contained in:
@@ -284,7 +284,7 @@ assert_struct_size(LargeSceneryElement, 8);
|
||||
|
||||
struct WallElement : TileElementBase
|
||||
{
|
||||
//private:
|
||||
private:
|
||||
uint8_t entryIndex; // 4
|
||||
union
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user