diff --git a/Laptop/mercs Files.cpp b/Laptop/mercs Files.cpp index 6523a97b..7b9d0f63 100644 Binary files a/Laptop/mercs Files.cpp and b/Laptop/mercs Files.cpp differ diff --git a/Laptop/mercs.cpp b/Laptop/mercs.cpp index 715fafec..13024c05 100644 --- a/Laptop/mercs.cpp +++ b/Laptop/mercs.cpp @@ -30,6 +30,7 @@ #include "Soldier Profile.h" #include "Game Event Hook.h" #include "Quests.h" + #include "AimMembers.h" #endif #ifdef JA2UB @@ -508,6 +509,10 @@ BOOLEAN EnterMercs() gfJustEnteredMercSite = TRUE; + //Display a popup msg box telling the user when and where the merc will arrive after hire + if( gfJustHiredAMercMerc == TRUE ) + DisplayPopUpBoxExplainingMercArrivalLocationAndTime(); + //if NOT entering from a subsite if( gubArrivedFromMercSubSite == MERC_CAME_FROM_OTHER_PAGE ) {