New display mode: "CTH mode" displays a very rough cth indication in the current merc's firing cone. For more info, see http://thepit.ja-galaxy-forum.com/index.php?t=msg&th=20659&goto=344441&#msg_344441

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@8099 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
Flugente
2016-03-08 22:36:39 +00:00
parent 446484f6ca
commit 908923e813
13 changed files with 207 additions and 19 deletions
+2 -2
View File
@@ -5609,8 +5609,8 @@ void GetLaunchItemParamsFromUI( )
static BOOLEAN gfDisplayPhysicsUI = FALSE;
static INT32 gsPhysicsImpactPointGridNo;
static INT8 gbPhysicsImpactPointLevel;
INT32 gsPhysicsImpactPointGridNo = NOWHERE;
static INT8 gbPhysicsImpactPointLevel = 0;
static BOOLEAN gfBadPhysicsCTGT = FALSE;
void BeginPhysicsTrajectoryUI( INT32 sGridNo, INT8 bLevel, BOOLEAN fBadCTGT )