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