This commit is contained in:
parent
164ea88bf4
commit
f1be12b7ec
1 changed files with 1 additions and 1 deletions
|
@ -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 );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue