From 404b1ff4da7a19c811318bc7b612b03c99d481af Mon Sep 17 00:00:00 2001 From: lalien Date: Sat, 22 Jul 2006 20:10:55 +0000 Subject: [PATCH] - fixed the bug fix from build 365: Smoke grenade has the same effect as mustard gas grenade (need to run in gas cloud to reproduce) git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@367 3b4a5df2-a311-0410-b5c6-a8a6f20db521 --- GameVersion.cpp | 2 +- JA2.vcproj | 4 ++-- Tactical/Weapons.h | 18 +++++++++--------- TileEngine/worlddef.h | 38 +++++++++++++++++++------------------- 4 files changed, 31 insertions(+), 31 deletions(-) diff --git a/GameVersion.cpp b/GameVersion.cpp index fc04062b..db816a79 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.365" }; + INT16 zVersionLabel[256] = { L"Release v1.13.367" }; #endif diff --git a/JA2.vcproj b/JA2.vcproj index 56359e08..4ee3fb41 100644 --- a/JA2.vcproj +++ b/JA2.vcproj @@ -43,7 +43,7 @@