This commit is contained in:
parent
6b7c0d80ac
commit
4e993180a5
2 changed files with 8 additions and 8 deletions
|
@ -94,7 +94,7 @@ protected:
|
|||
NPC_INIT_FISH_HOOK,
|
||||
NPC_INIT_PENDULUM,
|
||||
NPC_INIT_FIREBALL,
|
||||
NPC_INIT_DUST_DEVIL,
|
||||
NPC_INIT_RETURNING_HAZARD,
|
||||
};
|
||||
|
||||
enum NPC_CONTROL_FUNC
|
||||
|
@ -159,7 +159,7 @@ protected:
|
|||
NPC_MOVEMENT_IRON_DOGFISH,
|
||||
NPC_MOVEMENT_PENDULUM,
|
||||
NPC_MOVEMENT_FIREBALL,
|
||||
NPC_MOVEMENT_DUST_DEVIL,
|
||||
NPC_MOVEMENT_RETURNING_HAZARD,
|
||||
};
|
||||
|
||||
enum NPC_MOVEMENT_MODIFIER_FUNC
|
||||
|
@ -310,7 +310,7 @@ protected:
|
|||
void processCloseFishHookRise( int _frames );
|
||||
void processPendulumMovement( int _frames );
|
||||
void processFireballMovement( int _frames );
|
||||
void processDustDevilMovement( int _frames );
|
||||
void processReturningHazardMovement( int _frames );
|
||||
|
||||
// data
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue