Make fields private

This commit is contained in:
Michael Steenbeek 2018-09-17 16:12:11 +02:00
parent 6062960390
commit f1c98a4475
1 changed files with 1 additions and 1 deletions

View File

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