This commit is contained in:
parent
a975da599c
commit
3eb6a38aa5
2 changed files with 2 additions and 4 deletions
|
@ -97,7 +97,6 @@ void CNpcSubSharkEnemy::processMovement( int _frames )
|
|||
switch( m_state )
|
||||
{
|
||||
case SUB_SHARK_MINE_1:
|
||||
case SUB_SHARK_MINE_2:
|
||||
{
|
||||
if ( !m_animPlaying )
|
||||
{
|
||||
|
@ -315,7 +314,7 @@ void CNpcSubSharkEnemy::processMovement( int _frames )
|
|||
}
|
||||
else
|
||||
{
|
||||
processGenericGotoTarget( _frames, distX, distY, m_speed << 1 );
|
||||
processGenericGotoTarget( _frames, distX, distY, m_speed << 2 );
|
||||
}
|
||||
|
||||
break;
|
||||
|
|
|
@ -41,8 +41,7 @@ protected:
|
|||
enum NPC_SUB_SHARK_STATE
|
||||
{
|
||||
SUB_SHARK_MINE_1 = 0,
|
||||
SUB_SHARK_MINE_2 = 1,
|
||||
SUB_SHARK_GOTO_CHARGE,
|
||||
SUB_SHARK_GOTO_CHARGE = 1,
|
||||
SUB_SHARK_DROP,
|
||||
SUB_SHARK_START_CHARGE,
|
||||
SUB_SHARK_CHARGE,
|
||||
|
|
Loading…
Add table
Reference in a new issue