This commit is contained in:
parent
88bb372ec8
commit
d344b5e263
2 changed files with 2 additions and 11 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue