This commit is contained in:
parent
acc09ed3f9
commit
3ed9137fd6
1 changed files with 3 additions and 3 deletions
|
@ -253,7 +253,7 @@ void CNpcFlyingDutchmanEnemy::processClose( int _frames )
|
|||
case 0:
|
||||
{
|
||||
m_state = FLYING_DUTCHMAN_ATTACK_PLAYER;
|
||||
CSoundMediator::playSpeech( SPEECH_143 );
|
||||
CSoundMediator::playSpeech( SPEECH_141 );
|
||||
|
||||
break;
|
||||
}
|
||||
|
@ -261,7 +261,7 @@ void CNpcFlyingDutchmanEnemy::processClose( int _frames )
|
|||
case 1:
|
||||
{
|
||||
m_state = FLYING_DUTCHMAN_CHARGE_PLAYER_START;
|
||||
CSoundMediator::playSpeech( SPEECH_144 );
|
||||
CSoundMediator::playSpeech( SPEECH_142 );
|
||||
|
||||
break;
|
||||
}
|
||||
|
@ -269,7 +269,7 @@ void CNpcFlyingDutchmanEnemy::processClose( int _frames )
|
|||
case 2:
|
||||
{
|
||||
m_state = FLYING_DUTCHMAN_LEVEL_SHAKE;
|
||||
CSoundMediator::playSpeech( SPEECH_145 );
|
||||
CSoundMediator::playSpeech( SPEECH_143 );
|
||||
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue