This commit is contained in:
parent
bd6fd54608
commit
16c576b885
34 changed files with 288 additions and 49 deletions
|
@ -141,7 +141,11 @@ void CNpcGeyserPlatform::processTimer( int _frames )
|
|||
m_isFiring = true;
|
||||
Pos = m_base;
|
||||
m_state = GEYSER_RISING;
|
||||
CSoundMediator::playSfx( CSoundMediator::SFX_WORLD_OBJECT__GEYSER );
|
||||
|
||||
if ( m_soundId == NOT_PLAYING )
|
||||
{
|
||||
m_soundId = (int) CSoundMediator::playSfx( CSoundMediator::SFX_WORLD_OBJECT__GEYSER, true );
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue