This commit is contained in:
Charles 2001-05-15 20:34:37 +00:00
parent 391170dbd4
commit 3e9626c776
3 changed files with 3 additions and 2 deletions

View file

@ -105,7 +105,7 @@ public:
void setPathType( u8 newType ) {m_npcPath.setPathType( newType );}
void setStartPos( s32 xPos, s32 yPos );
virtual u8 hasBeenAttacked();
bool canBeCaughtByNet();
virtual u8 canBeCaughtByNet();
void caughtWithNet();
virtual int getFrameCount();
void setSpeed( s16 newSpeed ) {m_speed = newSpeed;}