aboutsummaryrefslogtreecommitdiff
path: root/Tile.h
diff options
context:
space:
mode:
Diffstat (limited to 'Tile.h')
-rw-r--r--Tile.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tile.h b/Tile.h
index 4807022..3f56313 100644
--- a/Tile.h
+++ b/Tile.h
@@ -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;