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 {