This commit is contained in:
parent
3a05eb9884
commit
035d72263d
20 changed files with 44 additions and 39 deletions
|
@ -137,7 +137,7 @@ void CNpcSmallJellyfishEnemy::processClose( int _frames )
|
|||
m_frame = 0;
|
||||
}
|
||||
|
||||
s16 headingToPlayer = ratan2( playerYDist, playerXDist );
|
||||
s16 headingToPlayer = ratan2( playerYDist, playerXDist ) & 4095;
|
||||
|
||||
if ( m_evadeClockwise )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue