This commit is contained in:
Charles 2001-07-24 19:23:40 +00:00
parent 88bb372ec8
commit d344b5e263
2 changed files with 2 additions and 11 deletions

View file

@ -122,7 +122,6 @@ void CNpcBranchPlatform::processMovement( int _frames )
if ( m_angularVelocity > 6 && newAngle < -20 )
{
player->springPlayerUp();
CSoundMediator::playSfx(CSoundMediator::SFX_SPONGEBOB_BUTTBOUNCE);
}
}
else
@ -130,7 +129,6 @@ void CNpcBranchPlatform::processMovement( int _frames )
if ( m_angularVelocity < -6 && newAngle > 20 )
{
player->springPlayerUp();
CSoundMediator::playSfx(CSoundMediator::SFX_SPONGEBOB_BUTTBOUNCE);
}
}