This commit is contained in:
parent
dd2270f77b
commit
0c0f67c2d7
Binary file not shown.
Binary file not shown.
@ -26,6 +26,7 @@ public:
|
|||||||
int getFrameCount() {return( 1 );}
|
int getFrameCount() {return( 1 );}
|
||||||
int getFrame() {return( m_shellType );}
|
int getFrame() {return( m_shellType );}
|
||||||
u8 hasBeenAttacked() {return( false );}
|
u8 hasBeenAttacked() {return( false );}
|
||||||
|
virtual u8 canCollideWithEnemy() {return( false );}
|
||||||
protected:
|
protected:
|
||||||
virtual void collidedWith(CThing *_thisThing);
|
virtual void collidedWith(CThing *_thisThing);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user