This commit is contained in:
Charles 2001-04-03 22:01:52 +00:00
parent 14289f447b
commit 37852c12a2
7 changed files with 84 additions and 11 deletions

View file

@ -158,6 +158,7 @@ public:
};
void init();
void postInit();
void shutdown();
void think(int _frames);
void render();
@ -200,6 +201,7 @@ protected:
NPC_INIT_PARASITIC_WORM,
NPC_INIT_PARASITIC_WORM_SEGMENT,
NPC_INIT_HERMIT_CRAB,
NPC_INIT_EYEBALL,
};
enum NPC_CONTROL_FUNC
@ -554,7 +556,6 @@ protected:
};
CNpcPositionHistory *m_positionHistory;
};