This commit is contained in:
Charles 2001-05-15 19:08:14 +00:00
parent 186df73da3
commit ac3b5a5d62
4 changed files with 30 additions and 17 deletions

View file

@ -37,7 +37,7 @@ public:
//virtual int checkCollisionAgainst(CThing *_thisThing, int _frames);
protected:
virtual void collidedWith(CThing *_thisThing);
virtual void processShot( int _frames );
//virtual void processShot( int _frames );
virtual void processClose( int _frames );
u8 m_isStunned;