This commit is contained in:
parent
fd5ab920f4
commit
0127ef78a1
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ void CNpcDustDevilEnemy::postInit()
|
|||
|
||||
void CNpcDustDevilEnemy::processMovement( int _frames )
|
||||
{
|
||||
s32 maxHeight = 20;
|
||||
s32 maxHeight = 40;
|
||||
s32 distX, distY;
|
||||
s32 fallSpeed = 3;
|
||||
s8 yMovement = fallSpeed * _frames;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue