This commit is contained in:
Charles 2001-05-16 14:35:36 +00:00
parent 048742ccbd
commit 9e812b938c
2 changed files with 4 additions and 1 deletions

View file

@ -16,6 +16,8 @@
class CNpcClamEnemy : public CNpcEnemy
{
public:
virtual u8 canCollideWithEnemy() {return( false );}
protected:
virtual void processUserCollision( CThing *thisThing );
virtual void processEnemyCollision( CThing *thisThing );
@ -35,6 +37,7 @@ class CNpcStaticClamEnemy : public CNpcClamEnemy
public:
virtual void postInit();
//virtual int checkCollisionAgainst(CThing *_thisThing, int _frames);
virtual u8 hasBeenAttacked() {return( false );}
protected:
virtual void collidedWith(CThing *_thisThing);
//virtual void processShot( int _frames );