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;