This commit is contained in:
parent
57e198f7eb
commit
67839d076f
12 changed files with 212 additions and 35 deletions
|
@ -57,6 +57,8 @@ void CNpcFishHookPlatform::processMovement( int _frames )
|
|||
{
|
||||
if ( m_isMoving )
|
||||
{
|
||||
CSoundMediator::playSfx( CSoundMediator::SFX_FISH_HOOK_MOVE );
|
||||
|
||||
if ( m_isResetting )
|
||||
{
|
||||
Pos.vy += 2 * _frames;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue