This commit is contained in:
parent
af8fae513a
commit
26a332ba7e
2 changed files with 2 additions and 2 deletions
|
@ -213,7 +213,7 @@ void CNpcDualPlatform::processMovement( int _frames )
|
||||||
|
|
||||||
if ( extensionChange && m_soundId == NOT_PLAYING )
|
if ( extensionChange && m_soundId == NOT_PLAYING )
|
||||||
{
|
{
|
||||||
m_soundId = (int) CSoundMediator::playSfx( CSoundMediator::SFX_WORLD_OBJECT__ROTATING_PLATFORM, true, true );
|
m_soundId = (int) CSoundMediator::playSfx( CSoundMediator::SFX_PULLEY, true, true );
|
||||||
}
|
}
|
||||||
|
|
||||||
Pos.vy = m_base.vy + m_extension;
|
Pos.vy = m_base.vy + m_extension;
|
||||||
|
|
|
@ -1740,7 +1740,7 @@ void CPlayer::setAnimNo(int _animNo)
|
||||||
void CPlayer::springPlayerUp(int _springHeight)
|
void CPlayer::springPlayerUp(int _springHeight)
|
||||||
{
|
{
|
||||||
m_currentPlayerModeClass->springPlayerUp(_springHeight);
|
m_currentPlayerModeClass->springPlayerUp(_springHeight);
|
||||||
CSoundMediator::playSfx( CSoundMediator::SFX_BALL_BLOB_ATTACK );
|
CSoundMediator::playSfx( CSoundMediator::SFX_BOUNCY_PLATFORM );
|
||||||
}
|
}
|
||||||
|
|
||||||
/*----------------------------------------------------------------------
|
/*----------------------------------------------------------------------
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue