From bcfa50e793dc939d3d309ded82606255d0e03676 Mon Sep 17 00:00:00 2001 From: lalien Date: Fri, 5 Jan 2007 21:13:43 +0000 Subject: [PATCH] - The queen should try to get the cities back after they were liberated, just like the SAM's git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@654 3b4a5df2-a311-0410-b5c6-a8a6f20db521 --- GameVersion.cpp | 2 +- JA2.vcproj | 4 ++-- Strategic/Meanwhile.cpp | 17 +++++++++++++++++ 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/GameVersion.cpp b/GameVersion.cpp index e0030b92..c6afb8d9 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.650" }; + INT16 zVersionLabel[256] = { L"Release v1.13.654" }; #endif diff --git a/JA2.vcproj b/JA2.vcproj index 7c102114..dbc0aa15 100644 --- a/JA2.vcproj +++ b/JA2.vcproj @@ -43,7 +43,7 @@