From 5fc358f70ca62c0e5e6bd3e0cdd05d8e3a86a811 Mon Sep 17 00:00:00 2001 From: Flugente Date: Thu, 28 Aug 2014 21:38:24 +0000 Subject: [PATCH] Fix: tanks automatically uncovered spies git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@7456 3b4a5df2-a311-0410-b5c6-a8a6f20db521 --- Tactical/Soldier Control.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tactical/Soldier Control.cpp b/Tactical/Soldier Control.cpp index a6cfe229b..2ac8e6400 100644 --- a/Tactical/Soldier Control.cpp +++ b/Tactical/Soldier Control.cpp @@ -15930,7 +15930,7 @@ BOOLEAN SOLDIERTYPE::RecognizeAsCombatant( UINT8 ubTargetID ) return TRUE; // check for for vehicles and creatures... weird things happen - if ( IsVehicle( pSoldier ) || IsVehicle( this ) || pSoldier->bTeam == CREATURE_TEAM || this->bTeam == CREATURE_TEAM ) + if ( IsVehicle( pSoldier ) || pSoldier->bTeam == CREATURE_TEAM || this->bTeam == CREATURE_TEAM ) return TRUE; // if from same team, do not uncover