From 3cb884bad77cc9f5b62ac87ccd8e4dbbeda3b506 Mon Sep 17 00:00:00 2001 From: Charles Date: Sat, 18 Aug 2001 19:33:02 +0000 Subject: [PATCH] --- source/enemy/nmjfish.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/enemy/nmjfish.cpp b/source/enemy/nmjfish.cpp index 0fb47fe4d..fd2da4033 100644 --- a/source/enemy/nmjfish.cpp +++ b/source/enemy/nmjfish.cpp @@ -361,7 +361,7 @@ void CNpcMotherJellyfishEnemy::processMovement( int _frames ) if ( abs( distX ) > 10 || abs( distY ) > 10 ) { - processGenericGotoTarget( _frames, distX, distY, m_speed ); + processGenericGotoTarget( _frames, distX, distY, 1 );//m_speed ); } else {