diff --git a/JA2.suo b/JA2.suo index 08184f80..596c8bd2 100644 Binary files a/JA2.suo and b/JA2.suo differ diff --git a/Tactical/Interface Items.cpp b/Tactical/Interface Items.cpp index d6b5bc32..1a494a5c 100644 --- a/Tactical/Interface Items.cpp +++ b/Tactical/Interface Items.cpp @@ -7640,7 +7640,7 @@ void GetHelpTextForItem( INT16 * pzStr, OBJECTTYPE *pObject, SOLDIERTYPE *pSoldi break; } - swprintf( (wchar_t *)pStr, L"%s [%d %%]\n%s %d%% (%d/%d)\n%s %d%%\n%s %1.1f %s", + swprintf( (wchar_t *)pStr, L"%s [%d%%]\n%s %d%% (%d/%d)\n%s %d%%\n%s %1.1f %s", ItemNames[ usItem ], //Item long name sValue, //Item condition pInvPanelTitleStrings[ 4 ], //Protection string diff --git a/Tactical/Soldier Profile.h b/Tactical/Soldier Profile.h index b77b52be..3a378803 100644 --- a/Tactical/Soldier Profile.h +++ b/Tactical/Soldier Profile.h @@ -53,7 +53,7 @@ enum NPCIDs PERKO, QUEEN, AUNTIE, - GABBY, //ENRICO, + ENRICO, //GABBY, //ENRICO, CARMEN, JOE, STEVE, @@ -83,7 +83,7 @@ enum NPCIDs FATIMA, // 101 WARDEN, GORDON, - ENRICO, //GABBY, + GABBY, //ENRICO, //GABBY, ERNEST, FRED, MADAME, diff --git a/Utils/_EnglishText.cpp b/Utils/_EnglishText.cpp index 4ad01985..23ad16a7 100644 --- a/Utils/_EnglishText.cpp +++ b/Utils/_EnglishText.cpp @@ -3712,7 +3712,7 @@ STR16 pMessageStrings[] = L"No room to pass %s to %s.", //pass "item" to "merc". Same instructions as above. //A list of attachments appear after the items. Ex: Kevlar vest ( Ceramic Plate 'Attached )' - L" Attached]", + L" attached]", //Cheat modes L"Cheat level ONE reached", diff --git a/Utils/_ItalianText.cpp b/Utils/_ItalianText.cpp index 4aa3907f..340cb2b2 100644 --- a/Utils/_ItalianText.cpp +++ b/Utils/_ItalianText.cpp @@ -3687,7 +3687,7 @@ STR16 pMessageStrings[] = L"Nessun spazio per passare %s a %s.", //pass "item" to "merc". Same instructions as above. //A list of attachments appear after the items. Ex: Kevlar vest (Ceramic Plate 'Attached)' - L" Compreso )", + L" compreso )", //Cheat modes L"Raggiunto il livello Cheat UNO",