From a1bf80bc35288697b229dbe0f45cbc291995e6f6 Mon Sep 17 00:00:00 2001 From: Daveo Date: Fri, 20 Apr 2001 16:00:07 +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 65752d473..6809c7a75 100644 --- a/source/enemy/npc.cpp +++ b/source/enemy/npc.cpp @@ -832,7 +832,7 @@ void CNpcEnemy::shutdown() void CNpcEnemy::think(int _frames) { -/* CEnemyThing::think(_frames); + CEnemyThing::think(_frames); if ( m_isActive ) { @@ -908,7 +908,7 @@ void CNpcEnemy::think(int _frames) } processTimer(_frames); -*/ + } ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////