This commit is contained in:
parent
3ca19a1933
commit
1a64098e58
3 changed files with 10 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue