From f6a2ae71ab27a20641b33b101d217be1fe9f8182 Mon Sep 17 00:00:00 2001 From: Charles Date: Thu, 5 Apr 2001 19:05:09 +0000 Subject: [PATCH] --- source/enemy/npc.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/enemy/npc.cpp b/source/enemy/npc.cpp index 30f4bb6fa..c7b638cd4 100644 --- a/source/enemy/npc.cpp +++ b/source/enemy/npc.cpp @@ -681,7 +681,7 @@ void CNpcEnemy::collidedWith( CThing *_thisThing ) bool CNpcEnemy::processSensor() { - // temporary + /*// temporary if ( playerXDistSqr + playerYDistSqr < 10000 ) { m_controlFunc = NPC_CONTROL_SHOT; @@ -689,7 +689,7 @@ bool CNpcEnemy::processSensor() return( true ); } - // temporary + // temporary*/ switch( m_sensorFunc ) {