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
This commit is contained in:
Wanne
2008-04-22 18:45:24 +00:00
parent b275f2d282
commit f505fc194f
2 changed files with 11 additions and 1 deletions
+6 -1
View File
@@ -873,4 +873,9 @@ SLAY_FOREVER = FALSE
;******************************************************************************************************************************
AP_COST_PER_ROUND = 2
WRONG_MAG_MULT = 1.5
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
+5
View File
@@ -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