summaryrefslogtreecommitdiff
path: root/src/map.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/map.cpp')
-rw-r--r--src/map.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map.cpp b/src/map.cpp
index 16f284e95..faef89434 100644
--- a/src/map.cpp
+++ b/src/map.cpp
@@ -123,6 +123,7 @@ bool TileAnimation::update(const int ticks)
Map::Map(const int width, const int height,
const int tileWidth, const int tileHeight) :
+ Properties(),
mWidth(width), mHeight(height),
mTileWidth(tileWidth), mTileHeight(tileHeight),
mMaxTileHeight(height),