From d15d40ad6969cc2d0945853fa13622cbef9f5b98 Mon Sep 17 00:00:00 2001 From: faketruth Date: Wed, 15 Feb 2012 22:50:00 +0000 Subject: No longer using pointers for Vector3(f/d/i) in cEntity's and cTracer git-svn-id: http://mc-server.googlecode.com/svn/trunk@268 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/cMonster.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/cMonster.h') 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; -- cgit v1.2.3