From 6e052536a2dfb7f877a356477bc86c904aae1e71 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 9 Jul 2014 11:49:46 +0300 Subject: Add empty map mode without collisions. Mode can be switched from yellow bar. Also renamed map draw type related variables and methods. --- src/resources/map/map.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/resources/map/map.h') diff --git a/src/resources/map/map.h b/src/resources/map/map.h index e8be23ca4..cf2d0c1e9 100644 --- a/src/resources/map/map.h +++ b/src/resources/map/map.h @@ -217,11 +217,11 @@ class Map final : public Properties, public ConfigListener void addAnimation(const int gid, TileAnimation *const animation) { mTileAnimations[gid] = animation; } - void setDebugFlags(const int n) - { mDebugFlags = n; } + void setDrawLayersFlags(const int n) + { mDrawLayersFlags = n; } - int getDebugFlags() const A_WARN_UNUSED - { return mDebugFlags; } + int getDrawLayersFlags() const A_WARN_UNUSED + { return mDrawLayersFlags; } void addExtraLayer(); @@ -380,7 +380,7 @@ class Map final : public Properties, public ConfigListener bool mHasWarps; // debug flags - int mDebugFlags; + int mDrawLayersFlags; // Pathfinding members unsigned int mOnClosedList; -- cgit v1.2.3-70-g09d2