This commit is contained in:
Charles 2001-08-22 15:05:27 +00:00
parent 3ca19a1933
commit 1a64098e58
3 changed files with 10 additions and 1 deletions

View file

@ -93,7 +93,7 @@ int W;
{
Flags |= FX_FLAG_INJURE_PLAYER;
if ( SoundId == NOT_PLAYING )
if ( SoundId == NOT_PLAYING && !GameScene.getIsPaused() )
{
SoundId = (int) CSoundMediator::playSfx(CSoundMediator::SFX_OIL_GEYSER,true);
}