From 45b0868ace9eec082cbdccdaa43f52beeb57a0a5 Mon Sep 17 00:00:00 2001 From: lalien Date: Wed, 4 Jul 2007 22:04:12 +0000 Subject: [PATCH] - fixed: shift-R (autoreload) doesnt check if the ammo is accesible/visible git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@1024 3b4a5df2-a311-0410-b5c6-a8a6f20db521 --- GameVersion.cpp | 2 +- JA2.vcproj | 2 +- Tactical/Turn Based Input.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/GameVersion.cpp b/GameVersion.cpp index 0e4ab284..25a4bd0e 100644 --- a/GameVersion.cpp +++ b/GameVersion.cpp @@ -23,7 +23,7 @@ CHAR16 zVersionLabel[256] = { L"Beta v. 0.98" }; #else //RELEASE BUILD VERSION - CHAR16 zVersionLabel[256] = { L"Release v1.13.1021" }; + CHAR16 zVersionLabel[256] = { L"Release v1.13.1024" }; #endif diff --git a/JA2.vcproj b/JA2.vcproj index 8699e8b2..c4296b10 100644 --- a/JA2.vcproj +++ b/JA2.vcproj @@ -545,7 +545,7 @@