This commit is contained in:
Charles 2001-07-31 14:27:43 +00:00
parent dd2270f77b
commit 0c0f67c2d7
3 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ public:
int getFrameCount() {return( 1 );}
int getFrame() {return( m_shellType );}
u8 hasBeenAttacked() {return( false );}
virtual u8 canCollideWithEnemy() {return( false );}
protected:
virtual void collidedWith(CThing *_thisThing);