diff options
author | Shauren <shauren.trinity@gmail.com> | 2014-03-23 00:23:30 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2014-03-23 00:23:30 +0100 |
commit | 550cbcad96435dac087dab367a6d143136b4e71c (patch) | |
tree | b02c989235e909d1cd59291132e25abd9b4d36f9 /src/server/collision/Models/GameObjectModel.h | |
parent | 3a1a55bb0addc0663be1d0fe2beb2918921c2bbb (diff) |
Core/Transports: Enabled LoS on transports
Diffstat (limited to 'src/server/collision/Models/GameObjectModel.h')
-rw-r--r-- | src/server/collision/Models/GameObjectModel.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/server/collision/Models/GameObjectModel.h b/src/server/collision/Models/GameObjectModel.h index a1c0942dab4..6088b924343 100644 --- a/src/server/collision/Models/GameObjectModel.h +++ b/src/server/collision/Models/GameObjectModel.h @@ -66,6 +66,8 @@ public: bool intersectRay(const G3D::Ray& Ray, float& MaxDist, bool StopAtFirstHit, uint32 ph_mask) const; static GameObjectModel* Create(const GameObject& go); + + bool Relocate(GameObject const& go); }; -#endif // _GAMEOBJECT_MODEL_H
\ No newline at end of file +#endif // _GAMEOBJECT_MODEL_H |