diff options
Diffstat (limited to 'src/map.h')
-rw-r--r-- | src/map.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -162,6 +162,7 @@ class Map : public Properties enum DebugFlags { + MAP_NORMAL = 0x0, MAP_GRID = 0x1, MAP_COLLISION_TILES = 0x2, MAP_BEING_COLLISION_RADIUS = 0x4, @@ -386,7 +387,7 @@ class Map : public Properties int mWidth, mHeight; int mTileWidth, mTileHeight; - int mMaxTileHeight; + int mMaxTileHeight, mMaxTileWidth; MetaTile *mMetaTiles; Layers mLayers; Tilesets mTilesets; |