From ba92fd5ec0099e8587ca47a57bdc00fbe453be08 Mon Sep 17 00:00:00 2001 From: Charles Date: Mon, 2 Jul 2001 22:40:13 +0000 Subject: [PATCH] --- source/hazard/hpswitch.h | 1 + 1 file changed, 1 insertion(+) diff --git a/source/hazard/hpswitch.h b/source/hazard/hpswitch.h index b88e02a0d..254c831f0 100644 --- a/source/hazard/hpswitch.h +++ b/source/hazard/hpswitch.h @@ -28,6 +28,7 @@ public: void init(); DVECTOR const &getTriggerPos() {return( m_triggerPos );} void linkToPlatform( CNpcTrapdoorPlatform *platform ) {m_platform = platform;} + bool alwaysThink() {return(true);} //virtual void render(); protected: virtual void setWaypoints( sThingHazard *ThisHazard );