This commit is contained in:
Charles 2001-07-10 20:02:11 +00:00
parent f819091911
commit 564d091662

View file

@ -18,6 +18,7 @@ class CNpcSkullStomperEnemy : public CNpcEnemy
{ {
public: public:
void postInit(); void postInit();
u8 hasBeenAttacked() {return(false);}
protected: protected:
void processEnemyCollision( CThing *thisThing ); void processEnemyCollision( CThing *thisThing );
bool processSensor(); bool processSensor();