This commit is contained in:
parent
a83d9e3833
commit
7b796200df
6 changed files with 21 additions and 3 deletions
|
@ -211,6 +211,11 @@ void CNpcDualPlatform::processMovement( int _frames )
|
|||
|
||||
m_extension += extensionChange;
|
||||
|
||||
if ( extensionChange )
|
||||
{
|
||||
m_soundId = (int) CSoundMediator::playSfx( CSoundMediator::SFX_WORLD_OBJECT__ROTATING_PLATFORM, true, true );
|
||||
}
|
||||
|
||||
Pos.vy = m_base.vy + m_extension;
|
||||
|
||||
DVECTOR slaveMove;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue