From 1e9b7c519953c73c6e5ca4ce2169eb674267c115 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 20 Apr 2013 16:40:24 +0300 Subject: fix style in other files. --- src/map.h | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'src/map.h') diff --git a/src/map.h b/src/map.h index 07354623d..a9c2ee5dd 100644 --- a/src/map.h +++ b/src/map.h @@ -470,18 +470,27 @@ class Map final : public Properties, public ConfigListener int mDebugFlags; // Pathfinding members - unsigned mOnClosedList, mOnOpenList; + unsigned int mOnClosedList; + unsigned int mOnOpenList; // Overlay data AmbientLayerVector mBackgrounds; AmbientLayerVector mForegrounds; float mLastAScrollX; float mLastAScrollY; -// bool mSpritesUpdated; // Particle effect data struct ParticleEffectData { + ParticleEffectData() : + file(), + x(0), + y(0), + w(0), + h(0) + { + } + std::string file; int x; int y; -- cgit v1.2.3-60-g2f50