From fadb7710e66f618cdc421f2d012b4540d2d17c1b Mon Sep 17 00:00:00 2001 From: Flugente Date: Tue, 9 Jan 2018 23:30:50 +0000 Subject: [PATCH] Fix: during hiring, AIM mercs only complained about their hated ones if these were already in the country, thus ignoring other mercs in transit git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@8515 3b4a5df2-a311-0410-b5c6-a8a6f20db521 --- Laptop/AimMembers.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Laptop/AimMembers.cpp b/Laptop/AimMembers.cpp index dd1e0f07..aed59685 100644 --- a/Laptop/AimMembers.cpp +++ b/Laptop/AimMembers.cpp @@ -3217,7 +3217,7 @@ BOOLEAN CanMercBeHired() continue; } - if( IsMercOnTeam( bMercID, TRUE, FALSE ) ) + if( IsMercOnTeam( bMercID, FALSE, FALSE ) ) { //if the merc hates someone on the team, see if a buddy is on the team for ( UINT8 j = 0; j< NUMBER_HATED_MERCS_ONTEAM; ++j )