This commit is contained in:
parent
7aa1ed3944
commit
b08c0884df
4 changed files with 7 additions and 18 deletions
|
@ -146,7 +146,7 @@ void CNpcEnemy::processCloseSmallJellyfishEvade( int _frames )
|
|||
headingToPlayer -= 1024;
|
||||
}
|
||||
|
||||
headingToPlayer %= ONE;
|
||||
headingToPlayer &= 4095;
|
||||
|
||||
s16 decDir, incDir;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue