This commit is contained in:
parent
51ec8ef4c1
commit
098feadcfe
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ int W;
|
||||||
|
|
||||||
if ( SoundId == NOT_PLAYING )
|
if ( SoundId == NOT_PLAYING )
|
||||||
{
|
{
|
||||||
SoundId = (int) CSoundMediator::playSfx(CSoundMediator::SFX_WORLD_OBJECT__GEYSER,true);
|
SoundId = (int) CSoundMediator::playSfx(CSoundMediator::SFX_OIL_GEYSER,true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Reference in a new issue