This commit is contained in:
Charles 2001-04-05 19:05:09 +00:00
parent 2b7bbbf467
commit f6a2ae71ab

View File

@ -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 )
{