diff options
Diffstat (limited to 'Tile.h')
-rw-r--r-- | Tile.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -13,8 +13,8 @@ public: Tile(Museum & museum, TileData data); public: - TileData data = { 0 }; - Color color = { 0 }; + TileData data; + Color color; std::unique_ptr<TileBehaviorStrategy> behavior = nullptr; unsigned int x = 0; |