This commit is contained in:
Charles 2001-05-30 18:31:57 +00:00
parent 415a7d7f4f
commit f821541cf3
5 changed files with 213 additions and 47 deletions

View file

@ -185,7 +185,7 @@ void CNpcSquidDartEnemy::processClose( int _frames )
}
else
{
if ( yAim )
if ( abs( yAim ) > 20 )
{
movement = yAim;