This commit is contained in:
Charles 2001-07-24 19:08:19 +00:00
parent af8fae513a
commit 26a332ba7e
2 changed files with 2 additions and 2 deletions

View File

@ -213,7 +213,7 @@ void CNpcDualPlatform::processMovement( int _frames )
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;

View File

@ -1740,7 +1740,7 @@ void CPlayer::setAnimNo(int _animNo)
void CPlayer::springPlayerUp(int _springHeight)
{
m_currentPlayerModeClass->springPlayerUp(_springHeight);
CSoundMediator::playSfx( CSoundMediator::SFX_BALL_BLOB_ATTACK );
CSoundMediator::playSfx( CSoundMediator::SFX_BOUNCY_PLATFORM );
}
/*----------------------------------------------------------------------