This commit is contained in:
Charles 2001-02-06 16:14:16 +00:00
parent b5cf87e172
commit 9deca9ba54
5 changed files with 25 additions and 3 deletions

View file

@ -168,6 +168,7 @@ protected:
NPC_MOVEMENT_MODIFIER_BOB = 1,
NPC_MOVEMENT_MODIFIER_JELLYFISH,
NPC_MOVEMENT_MODIFIER_FISH_FOLK,
NPC_MOVEMENT_MODIFIER_OCTOPUS,
};
enum NPC_TIMER_FUNC
@ -251,6 +252,10 @@ protected:
void processSmallJellyfishMovementModifier( int _frames, s32 distX, s32 distY, s32 dist, s16 headingChange );
void processCloseSmallJellyfishEvade( int _frames );
// baby octopus functions
void processBabyOctopusMovementModifier( int _frames, s32 dist, s16 headingChange );
// fish folk functions
void processFishFolkMovementModifier( int _frames, s32 distX, s32 distY );