diff --git a/GameVersion.cpp b/GameVersion.cpp index 02919946..abfcee93 100644 --- a/GameVersion.cpp +++ b/GameVersion.cpp @@ -28,7 +28,7 @@ INT16 zVersionLabel[16] = { L"Beta v. 0.98" }; #endif -INT8 czVersionNumber[16] = { "Build 04.15.06" }; +INT8 czVersionNumber[16] = { "Build 04.19.06" }; INT16 zTrackingNumber[16] = { L"Z" }; diff --git a/JA2.sln b/JA2.sln index e37dbaab..7e397a60 100644 --- a/JA2.sln +++ b/JA2.sln @@ -33,14 +33,14 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Utils", "Utils\Utils.vcproj EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ja2", "JA2.vcproj", "{32A550A8-FEBD-4F8D-8D62-6F97C63F83DA}" ProjectSection(ProjectDependencies) = postProject - {F10032C4-A6E5-44F7-A9BC-B76C46BA72D5} = {F10032C4-A6E5-44F7-A9BC-B76C46BA72D5} - {E0E16C88-C352-4C37-AC27-BFF3FDF18E82} = {E0E16C88-C352-4C37-AC27-BFF3FDF18E82} + {2124B612-013E-492D-911C-B5737D60EEDF} = {2124B612-013E-492D-911C-B5737D60EEDF} {33CD085A-A03E-4D2C-970A-D69CD5466806} = {33CD085A-A03E-4D2C-970A-D69CD5466806} + {1D052886-AE6B-437A-BE0C-D074CA940818} = {1D052886-AE6B-437A-BE0C-D074CA940818} + {E0E16C88-C352-4C37-AC27-BFF3FDF18E82} = {E0E16C88-C352-4C37-AC27-BFF3FDF18E82} + {97E691B8-7A39-4E86-B69A-BD6BD5C31F32} = {97E691B8-7A39-4E86-B69A-BD6BD5C31F32} + {F10032C4-A6E5-44F7-A9BC-B76C46BA72D5} = {F10032C4-A6E5-44F7-A9BC-B76C46BA72D5} {D76119D7-B5EB-4F61-BFB9-F582B06F889B} = {D76119D7-B5EB-4F61-BFB9-F582B06F889B} {4D4A4AF3-63D1-4C4B-81B5-3EFB3BD574F2} = {4D4A4AF3-63D1-4C4B-81B5-3EFB3BD574F2} - {2124B612-013E-492D-911C-B5737D60EEDF} = {2124B612-013E-492D-911C-B5737D60EEDF} - {1D052886-AE6B-437A-BE0C-D074CA940818} = {1D052886-AE6B-437A-BE0C-D074CA940818} - {97E691B8-7A39-4E86-B69A-BD6BD5C31F32} = {97E691B8-7A39-4E86-B69A-BD6BD5C31F32} EndProjectSection EndProject Global diff --git a/JA2.suo b/JA2.suo index e25ef578..07b58918 100644 Binary files a/JA2.suo and b/JA2.suo differ diff --git a/JA2.vcproj b/JA2.vcproj index 3a551e08..b3577a3c 100644 --- a/JA2.vcproj +++ b/JA2.vcproj @@ -42,7 +42,7 @@ + SccProjectName="" + SccAuxPath="" + SccLocalPath="" + SccProvider=""> diff --git a/Utils/_EnglishText.cpp b/Utils/_EnglishText.cpp index 79a8faeb..55fcd10b 100644 --- a/Utils/_EnglishText.cpp +++ b/Utils/_EnglishText.cpp @@ -297,6 +297,8 @@ UINT16 Message[][STRING_LENGTH] = L"Bloodcats' turn", L"full auto", L"no full auto", + L"accurate", + L"inaccurate", }; @@ -1934,7 +1936,7 @@ STR16 pMapErrorString[] = L"needs an escort to move. Place her on a squad with one.", // for a female L"Merc hasn't yet arrived in Arulco!", L"Looks like there's some contract negotiations to settle first.", - L"", + L"Cannot give a movement order. Air raid is going on.", // WANNE 2 //11-15 L"Movement orders? There's a battle going on!", L"You have been ambushed by bloodcats in sector %s!", @@ -4037,4 +4039,4 @@ STR16 gzLateLocalizedString[] = -#endif //ENGLISH \ No newline at end of file +#endif //ENGLISH diff --git a/Utils/_GermanText.cpp b/Utils/_GermanText.cpp index b3f3772a..16278237 100644 --- a/Utils/_GermanText.cpp +++ b/Utils/_GermanText.cpp @@ -3138,6 +3138,8 @@ STR16 zMarksMapScreenText[] = L"%s ist voller Milizen.", L"Söldner hat begrenzten Vertrag.", L"Vertrag des Söldners ist nicht versichert", + // WANNE 2 + L"Kartenübersicht", // 24 }; STR16 pLandMarkInSectorString[] =