This commit is contained in:
parent
2b7bbbf467
commit
f6a2ae71ab
1 changed files with 2 additions and 2 deletions
|
@ -681,7 +681,7 @@ void CNpcEnemy::collidedWith( CThing *_thisThing )
|
||||||
|
|
||||||
bool CNpcEnemy::processSensor()
|
bool CNpcEnemy::processSensor()
|
||||||
{
|
{
|
||||||
// temporary
|
/*// temporary
|
||||||
if ( playerXDistSqr + playerYDistSqr < 10000 )
|
if ( playerXDistSqr + playerYDistSqr < 10000 )
|
||||||
{
|
{
|
||||||
m_controlFunc = NPC_CONTROL_SHOT;
|
m_controlFunc = NPC_CONTROL_SHOT;
|
||||||
|
@ -689,7 +689,7 @@ bool CNpcEnemy::processSensor()
|
||||||
|
|
||||||
return( true );
|
return( true );
|
||||||
}
|
}
|
||||||
// temporary
|
// temporary*/
|
||||||
|
|
||||||
switch( m_sensorFunc )
|
switch( m_sensorFunc )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue