Slight code cleanup, no big changes
git-svn-id: http://mc-server.googlecode.com/svn/trunk@202 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
+3
-3
@@ -44,7 +44,7 @@ cMonster::cMonster()
|
||||
, m_bMovingToDestination(false)
|
||||
, m_Speed( new Vector3f() )
|
||||
, m_DestinationTime( 0 )
|
||||
, m_Gravity( -9.81 )
|
||||
, m_Gravity( -9.81f)
|
||||
, m_bOnGround( false )
|
||||
, m_DestroyTimer( 0 )
|
||||
, m_Jump(0)
|
||||
@@ -53,8 +53,8 @@ cMonster::cMonster()
|
||||
, m_SightDistance(25)
|
||||
, m_SeePlayerInterval (0)
|
||||
, m_EMPersonality(AGGRESSIVE)
|
||||
, m_AttackDamage(1.0)
|
||||
, m_AttackRange(5.0)
|
||||
, m_AttackDamage(1.0f)
|
||||
, m_AttackRange(5.0f)
|
||||
, m_AttackInterval(0)
|
||||
, m_AttackRate(3)
|
||||
, idle_interval(0)
|
||||
|
||||
Reference in New Issue
Block a user