This commit is contained in:
Charles 2001-07-26 18:34:45 +00:00
parent cb0f954a90
commit abc3ef1764
2 changed files with 3 additions and 3 deletions

View file

@ -125,6 +125,8 @@ public:
bool suckUp( DVECTOR *suckPos, int _frames );
int getHealth() {return(m_health);}
bool alwaysThink() {return(m_isDying);} // makes sure enemy drops off screen and is killed normally
protected:
// NPC data structure definitions //