This commit is contained in:
Charles 2001-06-18 19:06:43 +00:00
parent bd6fd54608
commit 16c576b885
34 changed files with 288 additions and 49 deletions

View file

@ -118,6 +118,7 @@ public:
virtual int getFrame() {return( m_frame );}
void setSpeed( s16 newSpeed ) {m_speed = newSpeed;}
virtual u32 getRGB() {return( m_RGB );}
virtual void leftThinkZone(int _frames);
static CNpcEnemy *Create(int enemyType);
static CNpcEnemy *Create(sThingActor *ThisActor);
@ -311,6 +312,7 @@ protected:
s16 m_speed;
u8 m_isDying;
u32 m_RGB;
int m_soundId;
s32 m_frame;
int m_animNo;