From 5132d7ca82007c0ecbe0af0260c65587d379a99f Mon Sep 17 00:00:00 2001 From: Charles Date: Wed, 25 Jul 2001 15:13:10 +0000 Subject: [PATCH] --- source/enemy/nclam.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/enemy/nclam.cpp b/source/enemy/nclam.cpp index 32dad4b5a..ec05de4f7 100644 --- a/source/enemy/nclam.cpp +++ b/source/enemy/nclam.cpp @@ -312,7 +312,7 @@ void CNpcStaticClamEnemy::collidedWith( CThing *_thisThing ) { if ( !player->isRecoveringFromHit() ) { - //if ( m_frame >= ( 5 << 8 ) ) + if ( m_frame >= ( 5 << 8 ) ) { m_oldControlFunc = m_controlFunc; m_controlFunc = NPC_CONTROL_COLLISION;