diff options
Diffstat (limited to 'source/cMonster.h')
-rw-r--r-- | source/cMonster.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/cMonster.h b/source/cMonster.h index 25644257c..62a1049c1 100644 --- a/source/cMonster.h +++ b/source/cMonster.h @@ -62,11 +62,11 @@ protected: float m_AttackRate;
float idle_interval;
- Vector3f* m_Destination;
+ Vector3f m_Destination;
bool m_bMovingToDestination;
bool m_bPassiveAggressive;
- Vector3f* m_Speed;
+ Vector3f m_Speed;
float m_DestinationTime;
float m_Gravity;
|