From aca1757842563b59ee99afdbb6ddf8f521b91177 Mon Sep 17 00:00:00 2001 From: MaddMugsy Date: Tue, 30 May 2006 22:22:42 +0000 Subject: [PATCH] -updated Interface Items.cpp to display range in tiles in tooltips git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@142 3b4a5df2-a311-0410-b5c6-a8a6f20db521 --- GameVersion.cpp | 2 +- Tactical/Interface Items.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/GameVersion.cpp b/GameVersion.cpp index cc636def8..970115625 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.141" }; + INT16 zVersionLabel[256] = { L"Release v1.13.142" }; #endif diff --git a/Tactical/Interface Items.cpp b/Tactical/Interface Items.cpp index 400f892b4..2462b21fd 100644 --- a/Tactical/Interface Items.cpp +++ b/Tactical/Interface Items.cpp @@ -7362,8 +7362,8 @@ void GetHelpTextForItem( INT16 * pzStr, OBJECTTYPE *pObject, SOLDIERTYPE *pSoldi gWeaponStatsDesc[ 11 ], //Damage String GetDamage(pObject), gWeaponStatsDesc[ 10 ], //Range String - GunRange( pObject ), //Modified Range - Weapon[ usItem ].usRange, //Gun Range + GunRange( pObject )/10, //Modified Range + Weapon[ usItem ].usRange/10, //Gun Range gWeaponStatsDesc[ 5 ], //AP String apStr, //AP's gWeaponStatsDesc[ 12 ], //Weight String