This commit is contained in:
parent
895fbfd27b
commit
dedfdcf295
7 changed files with 114 additions and 6 deletions
|
@ -26,10 +26,11 @@
|
|||
|
||||
void CNpc::processFishFolkMovementModifier( int _frames, s32 distX, s32 distY )
|
||||
{
|
||||
Pos.vy += distY;
|
||||
|
||||
if ( m_movementTimer > 0 )
|
||||
{
|
||||
Pos.vx += distX;
|
||||
Pos.vy += distY;
|
||||
|
||||
m_movementTimer -= _frames;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue