diff options
| author | megamage <none@none> | 2009-03-05 09:17:57 -0600 |
|---|---|---|
| committer | megamage <none@none> | 2009-03-05 09:17:57 -0600 |
| commit | c1ea842cf77506236803b0524e930bcbaa6e1e8b (patch) | |
| tree | feacc9d96f562fd0daf3432392fe98cb61b54692 /src/game/Object.h | |
| parent | 19ce0bb39ff3d4d5568410e29fa5372623735fbb (diff) | |
| parent | 465b10fc60a1f135ec26f09fc88d673a1e73a95d (diff) | |
*Merge.
--HG--
branch : trunk
Diffstat (limited to 'src/game/Object.h')
| -rw-r--r-- | src/game/Object.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/Object.h b/src/game/Object.h index bf88c4dd2dc..f98c32d46d3 100644 --- a/src/game/Object.h +++ b/src/game/Object.h @@ -506,6 +506,8 @@ class TRINITY_DLL_SPEC WorldObject : public Object template<class NOTIFIER> void VisitNearbyObject(const float &radius, NOTIFIER ¬ifier) const { GetMap()->VisitAll(GetPositionX(), GetPositionY(), radius, notifier); } template<class NOTIFIER> void VisitNearbyGridObject(const float &radius, NOTIFIER ¬ifier) const { GetMap()->VisitGrid(GetPositionX(), GetPositionY(), radius, notifier); } template<class NOTIFIER> void VisitNearbyWorldObject(const float &radius, NOTIFIER ¬ifier) const { GetMap()->VisitWorld(GetPositionX(), GetPositionY(), radius, notifier); } + bool IsTempWorldObject; + protected: explicit WorldObject(); std::string m_name; |
