From 73e9e42dceef48e6b0ce0323538fd762f48b673d Mon Sep 17 00:00:00 2001 From: lalien Date: Sun, 11 Jun 2006 12:42:54 +0000 Subject: [PATCH] - increased max size of visible range and cover display git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@221 3b4a5df2-a311-0410-b5c6-a8a6f20db521 --- GameVersion.cpp | 2 +- JA2.vcproj | 4 ++-- Tactical/DisplayCover.cpp | 9 ++++----- TileEngine/Render Dirty.cpp | 2 +- 4 files changed, 8 insertions(+), 9 deletions(-) diff --git a/GameVersion.cpp b/GameVersion.cpp index d74fbc14..45251164 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.220" }; + INT16 zVersionLabel[256] = { L"Release v1.13.221" }; #endif diff --git a/JA2.vcproj b/JA2.vcproj index 66734100..b11861df 100644 --- a/JA2.vcproj +++ b/JA2.vcproj @@ -43,7 +43,7 @@