diff options
author | megamage <none@none> | 2009-02-04 10:33:18 -0600 |
---|---|---|
committer | megamage <none@none> | 2009-02-04 10:33:18 -0600 |
commit | 4d008f2043084b72fb9d4a9929ff2793c7bbd8ee (patch) | |
tree | 13e4adc5b3dae7f3c1805c95e940d785535375af /src/game/CreatureGroups.h | |
parent | edbfb386ce87f918da8e11e843d7b5a227e5328d (diff) |
Replace tabs with spaces, and fix crlf issues
--HG--
branch : trunk
Diffstat (limited to 'src/game/CreatureGroups.h')
-rw-r--r-- | src/game/CreatureGroups.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/game/CreatureGroups.h b/src/game/CreatureGroups.h index dd7da865955..c2155049745 100644 --- a/src/game/CreatureGroups.h +++ b/src/game/CreatureGroups.h @@ -1,4 +1,4 @@ -/* +/* * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> * * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> @@ -27,9 +27,9 @@ struct FormationMember { - float follow_dist; - float follow_angle; - uint32 memberGUID; + float follow_dist; + float follow_angle; + uint32 memberGUID; uint32 leaderGUID; uint8 groupAI; }; @@ -46,7 +46,7 @@ class CreatureGroup { UNORDERED_MAP<uint64, Creature*>CreatureGroupMembers; Creature *m_leader; //Important do not forget sometimes to work with pointers instead synonims :D:D - + public: CreatureGroup() : m_leader(NULL) {} ~CreatureGroup(){sLog.outDebug("Destroying group");} |