summaryrefslogtreecommitdiff
path: root/src/map.h
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2011-09-11 20:56:10 +0200
committerThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2011-09-11 20:56:10 +0200
commit18b60037c4c5d7f7d880213e3b1005c4a2f9db95 (patch)
tree1934d564c6958ec1b54c5064d353e6bbdbdf76fa /src/map.h
parent47d2a4737844b967074dc90bdb984ddbdc0ecd29 (diff)
parent965cad21750b45206ceea4523d94b7ec92bb8ac6 (diff)
downloadmana-client-18b60037c4c5d7f7d880213e3b1005c4a2f9db95.tar.gz
mana-client-18b60037c4c5d7f7d880213e3b1005c4a2f9db95.tar.bz2
mana-client-18b60037c4c5d7f7d880213e3b1005c4a2f9db95.tar.xz
mana-client-18b60037c4c5d7f7d880213e3b1005c4a2f9db95.zip
Merge branch '0.5'
Conflicts: CMakeLists.txt src/map.cpp src/winver.h
Diffstat (limited to 'src/map.h')
-rw-r--r--src/map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map.h b/src/map.h
index 56ddae11..0c342deb 100644
--- a/src/map.h
+++ b/src/map.h
@@ -386,7 +386,7 @@ class Map : public Properties
int mWidth, mHeight;
int mTileWidth, mTileHeight;
- int mMaxTileHeight;
+ int mMaxTileHeight, mMaxTileWidth;
MetaTile *mMetaTiles;
Layers mLayers;
Tilesets mTilesets;