This commit is contained in:
Charles 2001-08-18 19:33:02 +00:00
parent 9846fa1cc9
commit 3cb884bad7

View File

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