This commit is contained in:
Daveo 2001-04-20 16:00:07 +00:00
parent c514eb7a99
commit a1bf80bc35

View file

@ -832,7 +832,7 @@ void CNpcEnemy::shutdown()
void CNpcEnemy::think(int _frames) void CNpcEnemy::think(int _frames)
{ {
/* CEnemyThing::think(_frames); CEnemyThing::think(_frames);
if ( m_isActive ) if ( m_isActive )
{ {
@ -908,7 +908,7 @@ void CNpcEnemy::think(int _frames)
} }
processTimer(_frames); processTimer(_frames);
*/
} }
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////