From 507c84ca0b3fd9fae64f8b787842b68304a11942 Mon Sep 17 00:00:00 2001 From: Daveo Date: Fri, 11 May 2001 16:10:23 +0000 Subject: [PATCH] --- source/enemy/neyeball.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/enemy/neyeball.cpp b/source/enemy/neyeball.cpp index 671e96155..32252548c 100644 --- a/source/enemy/neyeball.cpp +++ b/source/enemy/neyeball.cpp @@ -39,6 +39,7 @@ void CNpcEyeballEnemy::processEnemyCollision( CThing *thisThing ) void CNpcEyeballEnemy::postInit() { +return; CProjectile *projectile; projectile = new ( "eyeball projectile" ) CProjectile; projectile->init( Pos, m_fireHeading, CProjectile::PROJECTILE_FIXED, CProjectile::PROJECTILE_INFINITE_LIFE ); @@ -49,6 +50,7 @@ void CNpcEyeballEnemy::postInit() bool CNpcEyeballEnemy::processSensor() { +return(false); switch( m_sensorFunc ) { case NPC_SENSOR_NONE: @@ -72,6 +74,7 @@ bool CNpcEyeballEnemy::processSensor() void CNpcEyeballEnemy::processClose( int _frames ) { +return; if ( Next ) { CProjectile *projectile;