This commit is contained in:
Charles 2001-04-27 20:18:37 +00:00
parent fd5ab920f4
commit 0127ef78a1

View file

@ -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;