This commit is contained in:
parent
895fbfd27b
commit
dedfdcf295
7 changed files with 114 additions and 6 deletions
|
@ -166,6 +166,7 @@ protected:
|
|||
{
|
||||
NPC_MOVEMENT_STATIC = 0,
|
||||
NPC_MOVEMENT_FIXED_PATH = 1,
|
||||
NPC_MOVEMENT_FIXED_PATH_WALK,
|
||||
NPC_MOVEMENT_MOTHER_JELLYFISH,
|
||||
NPC_MOVEMENT_SUB_SHARK,
|
||||
NPC_MOVEMENT_FLYING_DUTCHMAN,
|
||||
|
@ -270,6 +271,7 @@ protected:
|
|||
|
||||
void processGenericGotoTarget( int _frames, s32 xDist, s32 yDist, s32 speed );
|
||||
void processGenericGetUserDist( int _frames, s32 *distX, s32 *distY );
|
||||
void processGenericFixedPathWalk( int _frames, s32 *moveX, s32 *moveY );
|
||||
|
||||
// small jellyfish functions
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue