diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-11 16:16:29 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-11 16:16:29 +0300 |
commit | 835dd846af75ea2cfc91f0134156f9c6545dd8ce (patch) | |
tree | 0629a5d7723d500ffcf3c895a1af4cd2b993d93a /src/resources/map/map.h | |
parent | 20310ca4fa87856a2ac487ce70835384759b979b (diff) | |
download | plus-835dd846af75ea2cfc91f0134156f9c6545dd8ce.tar.gz plus-835dd846af75ea2cfc91f0134156f9c6545dd8ce.tar.bz2 plus-835dd846af75ea2cfc91f0134156f9c6545dd8ce.tar.xz plus-835dd846af75ea2cfc91f0134156f9c6545dd8ce.zip |
Move map consts into separate file.
Diffstat (limited to 'src/resources/map/map.h')
-rw-r--r-- | src/resources/map/map.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/resources/map/map.h b/src/resources/map/map.h index 8c7939149..dac1778c3 100644 --- a/src/resources/map/map.h +++ b/src/resources/map/map.h @@ -60,8 +60,6 @@ typedef std::vector<AmbientLayer*> AmbientLayerVector; typedef AmbientLayerVector::const_iterator AmbientLayerVectorCIter; typedef AmbientLayerVector::iterator AmbientLayerVectorIter; -static const int mapTileSize = 32; - /** * A tile map. */ |