diff --git a/source/enemy/nsstomp.h b/source/enemy/nsstomp.h index 7aa0e67f6..0463effeb 100644 --- a/source/enemy/nsstomp.h +++ b/source/enemy/nsstomp.h @@ -18,6 +18,7 @@ class CNpcSkullStomperEnemy : public CNpcEnemy { public: void postInit(); + u8 hasBeenAttacked() {return(false);} protected: void processEnemyCollision( CThing *thisThing ); bool processSensor();