From d091bb09f19016df61524974e04d87431e6ee2ed Mon Sep 17 00:00:00 2001 From: lalien Date: Sun, 2 Jul 2006 22:44:43 +0000 Subject: [PATCH] - option menu descriptions changed - bug fix: CTD in SendReinforcementsForGarrison. Happens in strategic map when a (maybe too large?) group of enemies wants to retake a city sector. git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@325 3b4a5df2-a311-0410-b5c6-a8a6f20db521 --- GameVersion.cpp | 2 +- JA2.vcproj | 4 ++-- Strategic/Strategic AI.cpp | 12 ++++++------ Utils/_EnglishText.cpp | 2 +- Utils/_GermanText.cpp | 2 +- Utils/_RussianText.cpp | 2 +- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/GameVersion.cpp b/GameVersion.cpp index 3a5ed219..8930ea72 100644 --- a/GameVersion.cpp +++ b/GameVersion.cpp @@ -23,7 +23,7 @@ INT16 zVersionLabel[256] = { L"Beta v. 0.98" }; #else //RELEASE BUILD VERSION - INT16 zVersionLabel[256] = { L"Release v1.13.321" }; + INT16 zVersionLabel[256] = { L"Release v1.13.325" }; #endif diff --git a/JA2.vcproj b/JA2.vcproj index cecd5225..14512fb5 100644 --- a/JA2.vcproj +++ b/JA2.vcproj @@ -43,7 +43,7 @@