This commit is contained in:
Charles 2001-07-04 19:51:22 +00:00
parent a975da599c
commit 3eb6a38aa5
2 changed files with 2 additions and 4 deletions

View file

@ -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;

View file

@ -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,