From 593cccb16074fe9269dd2f278bd79859769eb1fd Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 8 Sep 2012 00:17:45 +0300 Subject: Improve constructors in some classes. --- src/map.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map.cpp') 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), -- cgit v1.2.3-60-g2f50