This commit is contained in:
parent
61308f18f6
commit
1ed6b3c05f
19 changed files with 60 additions and 13 deletions
|
@ -67,6 +67,8 @@ void CNpcFlamingSkullEnemy::processClose( int _frames )
|
|||
s32 distX, distY;
|
||||
s32 distXSqr, distYSqr;
|
||||
|
||||
CSoundMediator::playSfx( CSoundMediator::SFX_FLAMING_SKULL_ATTACK );
|
||||
|
||||
if ( m_state == FLAMING_SKULL_ATTACK )
|
||||
{
|
||||
processGenericGetUserDist( _frames, &distX, &distY );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue