This commit is contained in:
Charles 2001-07-13 22:11:49 +00:00
parent 131369d2f4
commit b491c4c10b
8 changed files with 83 additions and 14 deletions

View file

@ -331,6 +331,8 @@ void CNpcFlyingDutchmanEnemy::processClose( int _frames )
m_state = FLYING_DUTCHMAN_RETURN;
m_timerTimer = 2 * GameState::getOneSecondInFrames();
}
CSoundMediator::playSfx( CSoundMediator::SFX_FLYING_DUTCHMAN );
}
}
}