This commit is contained in:
parent
da3fa8f6e9
commit
43a5a00b2a
2 changed files with 13 additions and 13 deletions
|
@ -30,7 +30,7 @@ public:
|
|||
enum NPC_UNIT_TYPE
|
||||
{
|
||||
NPC_SANDY_CHEEKS = 0,
|
||||
NPC_FALLING_ACORN = 1,
|
||||
NPC_FALLING_ITEM = 1,
|
||||
NPC_FISH_HOOK,
|
||||
NPC_SMALL_JELLYFISH_1,
|
||||
NPC_SMALL_JELLYFISH_2,
|
||||
|
@ -87,7 +87,7 @@ protected:
|
|||
NPC_INIT_SUB_SHARK,
|
||||
NPC_INIT_FLYING_DUTCHMAN,
|
||||
NPC_INIT_IRON_DOGFISH,
|
||||
NPC_INIT_FALLING_ACORN,
|
||||
NPC_INIT_FALLING_ITEM,
|
||||
NPC_INIT_FISH_HOOK,
|
||||
};
|
||||
|
||||
|
@ -115,7 +115,7 @@ protected:
|
|||
NPC_SENSOR_SKULL_STOMPER_USER_CLOSE,
|
||||
NPC_SENSOR_BOOGER_MONSTER_USER_CLOSE,
|
||||
NPC_SENSOR_IRON_DOGFISH_USER_CLOSE,
|
||||
NPC_SENSOR_FALLING_ACORN_USER_CLOSE,
|
||||
NPC_SENSOR_FALLING_ITEM_USER_CLOSE,
|
||||
NPC_SENSOR_FISH_HOOK_USER_CLOSE,
|
||||
};
|
||||
|
||||
|
@ -137,7 +137,7 @@ protected:
|
|||
NPC_CLOSE_SUB_SHARK_ATTACK,
|
||||
NPC_CLOSE_FLYING_DUTCHMAN_ATTACK,
|
||||
NPC_CLOSE_IRON_DOGFISH_ATTACK,
|
||||
NPC_CLOSE_FALLING_ACORN_FALL,
|
||||
NPC_CLOSE_FALLING_ITEM_FALL,
|
||||
NPC_CLOSE_FISH_HOOK_RISE,
|
||||
};
|
||||
|
||||
|
@ -297,7 +297,7 @@ protected:
|
|||
|
||||
// hazard functions
|
||||
|
||||
void processCloseFallingAcornFall( int _frames );
|
||||
void processCloseFallingItemFall( int _frames );
|
||||
void processCloseFishHookRise( int _frames );
|
||||
|
||||
// data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue