diff options
author | Machiavelli <none@none> | 2009-04-19 18:48:20 +0200 |
---|---|---|
committer | Machiavelli <none@none> | 2009-04-19 18:48:20 +0200 |
commit | 99fc17d44fec12f31c55efd6b3f60c011baeb88a (patch) | |
tree | a628622efa91e5e73a64fa1999b9031e186d2afc /src/game/Map.h | |
parent | 60736b1f7da05e5eee5100edc3e80fbb9e228495 (diff) |
* Tabs to spaces cleanup
--HG--
branch : trunk
Diffstat (limited to 'src/game/Map.h')
-rw-r--r-- | src/game/Map.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Map.h b/src/game/Map.h index f72b0c15ec3..f117a1c1cec 100644 --- a/src/game/Map.h +++ b/src/game/Map.h @@ -277,7 +277,7 @@ class TRINITY_DLL_SPEC Map : public GridRefManager<NGridType>, public Trinity::O template<class NOTIFIER> void VisitAll(const float &x, const float &y, float radius, NOTIFIER ¬ifier); template<class NOTIFIER> void VisitWorld(const float &x, const float &y, float radius, NOTIFIER ¬ifier); template<class NOTIFIER> void VisitGrid(const float &x, const float &y, float radius, NOTIFIER ¬ifier); - CreatureGroupHolderType CreatureGroupHolder; + CreatureGroupHolderType CreatureGroupHolder; private: void LoadVMap(int pX, int pY); void LoadMap(uint32 mapid, uint32 instanceid, int x,int y); |