From 27a4c8b4acdf5f433f42b5dce97f95f391e36cbf Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 30 Apr 2013 01:08:04 +0300 Subject: rename variable in map class. --- src/map.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/map.h') diff --git a/src/map.h b/src/map.h index a9c2ee5dd..7c414b766 100644 --- a/src/map.h +++ b/src/map.h @@ -456,7 +456,8 @@ class Map final : public Properties, public ConfigListener */ unsigned *mOccupation[NB_BLOCKTYPES]; - int mWidth, mHeight; + int mWidth; + int mHeight; int mTileWidth, mTileHeight; int mMaxTileHeight; MetaTile *mMetaTiles; @@ -497,7 +498,7 @@ class Map final : public Properties, public ConfigListener int w; int h; }; - std::vector particleEffects; + std::vector mParticleEffects; std::vector mMapPortals; -- cgit v1.2.3-70-g09d2