From 0127ef78a12faf7259e4ef37386ac61964829693 Mon Sep 17 00:00:00 2001 From: Charles Date: Fri, 27 Apr 2001 20:18:37 +0000 Subject: [PATCH] --- source/enemy/ndustdev.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/enemy/ndustdev.cpp b/source/enemy/ndustdev.cpp index 0216ba78f..a592915f6 100644 --- a/source/enemy/ndustdev.cpp +++ b/source/enemy/ndustdev.cpp @@ -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;