This commit is contained in:
Charles 2001-05-16 21:15:50 +00:00
parent 306b6e9011
commit 0c9df556f0
5 changed files with 24 additions and 3 deletions

View file

@ -108,6 +108,7 @@ public:
virtual u8 canBeCaughtByNet();
void caughtWithNet();
virtual int getFrameCount();
virtual int getFrame() {return( m_frame );}
void setSpeed( s16 newSpeed ) {m_speed = newSpeed;}
static CNpcEnemy *Create(sThingActor *ThisActor);