This commit is contained in:
parent
851263ff5c
commit
056511ac63
6 changed files with 118 additions and 44 deletions
|
@ -228,9 +228,9 @@ void CNpcEnemy::processGenericFixedPathMove( int _frames, s32 *moveX, s32 *moveY
|
|||
|
||||
void CNpcEnemy::processGenericFixedPathWalk( int _frames, s32 *moveX, s32 *moveY )
|
||||
{
|
||||
s32 maxHeight = 10;
|
||||
s32 maxHeight = 20;
|
||||
s32 distX, distY;
|
||||
s32 fallSpeed = 2;
|
||||
s32 fallSpeed = 3;
|
||||
s8 yMovement = fallSpeed * _frames;
|
||||
s32 groundHeight;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue