This commit is contained in:
Charles 2001-08-02 13:48:17 +00:00
parent 5378d9a1ab
commit 1ab34685db
3 changed files with 105 additions and 71 deletions

View file

@ -33,6 +33,7 @@ protected:
void processSpiderCrabInitJumpMovement( int _frames );
s32 m_attackDist;
int m_jumpDelay;
enum NPC_SPIDER_CRAB_STATE
{
@ -43,7 +44,7 @@ protected:
enum NPC_SPIDER_CRAB_CONSTANTS
{
SPIDER_CRAB_EXTENSION = 64,
SPIDER_CRAB_HEIGHT = 50,
SPIDER_CRAB_HEIGHT = 40,
};
};