From f505fc194f777c1843c6dd0b0c8fc78b30885809 Mon Sep 17 00:00:00 2001 From: Wanne Date: Tue, 22 Apr 2008 18:45:24 +0000 Subject: [PATCH] new ja2.exe (Build: 2063): - Fixed a CTD that occurs when closing sector inventory while the item description window is open. - Added a new ALLOW_SECTOR_DESCRIPTION_WINDOW flag to the ja2_options.ini that allows players to turn off the stack popup and item description functionality for the sector inventory panel. git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@989 4f8fa57e-7814-0410-bad4-adc449f26b7c --- gamedir/Data-1.13/Ja2_Options.INI | 7 ++++++- gamedir/Data/Ja2_Options.INI | 5 +++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/gamedir/Data-1.13/Ja2_Options.INI b/gamedir/Data-1.13/Ja2_Options.INI index 92ddbc1ee..27ac3f888 100644 --- a/gamedir/Data-1.13/Ja2_Options.INI +++ b/gamedir/Data-1.13/Ja2_Options.INI @@ -873,4 +873,9 @@ SLAY_FOREVER = FALSE ;****************************************************************************************************************************** AP_COST_PER_ROUND = 2 -WRONG_MAG_MULT = 1.5 \ No newline at end of file +WRONG_MAG_MULT = 1.5 + +;****************************************************************************************************************************** +; Allow the item description and stack popup windows to be accessed from the sector inventory panel +;****************************************************************************************************************************** +ALLOW_SECTOR_DESCRIPTION_WINDOW = TRUE \ No newline at end of file diff --git a/gamedir/Data/Ja2_Options.INI b/gamedir/Data/Ja2_Options.INI index 477616dd6..beba13737 100644 --- a/gamedir/Data/Ja2_Options.INI +++ b/gamedir/Data/Ja2_Options.INI @@ -872,3 +872,8 @@ SLAY_FOREVER = FALSE AP_COST_PER_ROUND = 2 WRONG_MAG_MULT = 1.5 + +;****************************************************************************************************************************** +; Allow the item description and stack popup windows to be accessed from the sector inventory panel +;****************************************************************************************************************************** +ALLOW_SECTOR_DESCRIPTION_WINDOW = FALSE