This commit is contained in:
Charles 2001-07-09 16:30:16 +00:00
parent 164ea88bf4
commit f1be12b7ec

View file

@ -235,7 +235,7 @@ void CNpcFlyingDutchmanEnemy::processClose( int _frames )
// charge player // charge player
if ( ( playerXDistSqr + playerYDistSqr ) > 20000 ) if ( ( playerXDistSqr + playerYDistSqr ) > 25000 )
{ {
processGenericGotoTarget( _frames, playerXDist, playerYDist, 8 ); processGenericGotoTarget( _frames, playerXDist, playerYDist, 8 );
} }