From 127c4933f5f8a229afb69233d9cacb3e33c8a528 Mon Sep 17 00:00:00 2001 From: lalien Date: Thu, 29 Mar 2007 11:43:29 +0000 Subject: [PATCH] - Fix for VS 2005 in German and Russian versions git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@805 3b4a5df2-a311-0410-b5c6-a8a6f20db521 --- GameVersion.cpp | 2 +- JA2.vcproj | 2 +- Utils/_GermanText.cpp | 8 ++++---- Utils/_RussianText.cpp | 8 ++++---- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/GameVersion.cpp b/GameVersion.cpp index 9061e79b..eca94b87 100644 --- a/GameVersion.cpp +++ b/GameVersion.cpp @@ -23,7 +23,7 @@ INT16 zVersionLabel[256] = { L"Beta v. 0.98" }; #else //RELEASE BUILD VERSION - wchar_t zVersionLabel[256] = { L"Release v1.13.804" }; + wchar_t zVersionLabel[256] = { L"Release v1.13.805" }; #endif diff --git a/JA2.vcproj b/JA2.vcproj index 892e56ad..968d79a7 100644 --- a/JA2.vcproj +++ b/JA2.vcproj @@ -546,7 +546,7 @@