This commit is contained in:
parent
fb13af9532
commit
bb1837c2d3
23 changed files with 342 additions and 85 deletions
|
@ -24,7 +24,7 @@
|
|||
#endif
|
||||
|
||||
|
||||
void CNpc::processMotherJellyfishMovement( int _frames )
|
||||
void CNpcEnemy::processMotherJellyfishMovement( int _frames )
|
||||
{
|
||||
s32 xDist, yDist;
|
||||
s32 xDistSqr, yDistSqr;
|
||||
|
@ -106,7 +106,7 @@ void CNpc::processMotherJellyfishMovement( int _frames )
|
|||
}
|
||||
}
|
||||
|
||||
void CNpc::processCloseMotherJellyfishAttack( int _frames )
|
||||
void CNpcEnemy::processCloseMotherJellyfishAttack( int _frames )
|
||||
{
|
||||
// seek position above user
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue