From 4d73230b89925ac2ca41956426c2ebfac864bed4 Mon Sep 17 00:00:00 2001 From: lalien Date: Tue, 25 Jul 2006 00:27:31 +0000 Subject: [PATCH] - bug fix: visual range was very big (should be 0) when VISUAL_DISTANCE_DECREASE_PER_RAIN_INTENSITY was set to > 50% git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@368 3b4a5df2-a311-0410-b5c6-a8a6f20db521 --- GameVersion.cpp | 2 +- JA2.vcproj | 4 ++-- Tactical/opplist.cpp | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/GameVersion.cpp b/GameVersion.cpp index db816a79..9e2b3d7c 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.367" }; + INT16 zVersionLabel[256] = { L"Release v1.13.368" }; #endif diff --git a/JA2.vcproj b/JA2.vcproj index 4ee3fb41..cb8158d2 100644 --- a/JA2.vcproj +++ b/JA2.vcproj @@ -43,7 +43,7 @@