From d8dea8ea888684d8538530d78b3e2b74abe3435f Mon Sep 17 00:00:00 2001 From: Sevenfm Date: Sat, 11 Apr 2020 11:15:05 +0000 Subject: [PATCH] New option: SOLDIER_TOOLTIP_DEBUG_AI shows additional AI debug information. git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@2529 4f8fa57e-7814-0410-bad4-adc449f26b7c --- gamedir/Data-1.13/Ja2_Options.INI | 3 ++- gamedir/Data/Ja2_Options.INI | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/gamedir/Data-1.13/Ja2_Options.INI b/gamedir/Data-1.13/Ja2_Options.INI index 2af16744d..2b223c28e 100644 --- a/gamedir/Data-1.13/Ja2_Options.INI +++ b/gamedir/Data-1.13/Ja2_Options.INI @@ -1605,7 +1605,8 @@ DYNAMIC_TOOLTIP_RANGE_MODIFIER = 75 ; Change the amount of details received in the tooltip, based on your range to that enemy? ALLOW_DYNAMIC_TOOLTIP_DETAIL_LEVEL = TRUE - +; Debug tooltip showing additional AI information. +SOLDIER_TOOLTIP_DEBUG_AI = FALSE ;****************************************************************************************************************************** ;****************************************************************************************************************************** diff --git a/gamedir/Data/Ja2_Options.INI b/gamedir/Data/Ja2_Options.INI index e63406864..740c14b3b 100644 --- a/gamedir/Data/Ja2_Options.INI +++ b/gamedir/Data/Ja2_Options.INI @@ -1604,7 +1604,8 @@ DYNAMIC_TOOLTIP_RANGE_MODIFIER = 75 ; Change the amount of details received in the tooltip, based on your range to that enemy? ALLOW_DYNAMIC_TOOLTIP_DETAIL_LEVEL = FALSE - +; Debug tooltip showing additional AI information. +SOLDIER_TOOLTIP_DEBUG_AI = FALSE ;****************************************************************************************************************************** ;******************************************************************************************************************************