This commit is contained in:
parent
61308f18f6
commit
1ed6b3c05f
19 changed files with 60 additions and 13 deletions
|
@ -64,6 +64,11 @@ void CNpcRollingRockHazard::processMovement( int _frames )
|
|||
}
|
||||
else
|
||||
{
|
||||
if ( !m_jump )
|
||||
{
|
||||
CSoundMediator::playSfx( CSoundMediator::SFX_ROLLING_ROCK );
|
||||
}
|
||||
|
||||
if ( distX )
|
||||
{
|
||||
// move along ground
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue