From 5291c3ec154776b196fc662388c8541a715d73cc Mon Sep 17 00:00:00 2001 From: Sevenfm Date: Sun, 5 Jan 2020 08:18:17 +0000 Subject: [PATCH] New option AUTO_HIDE_PB (TRUE) enabled auto hiding of the progress bar when mouse cursor is on the top map row. git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@2503 4f8fa57e-7814-0410-bad4-adc449f26b7c --- gamedir/Data-1.13/Ja2_Options.INI | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gamedir/Data-1.13/Ja2_Options.INI b/gamedir/Data-1.13/Ja2_Options.INI index a10e31c34..8bca794ed 100644 --- a/gamedir/Data-1.13/Ja2_Options.INI +++ b/gamedir/Data-1.13/Ja2_Options.INI @@ -623,6 +623,11 @@ RESTRICT_FEMALE_ENEMIES_EXCEPT_ELITE = TRUE ;------------------------------------------------------------------------------------------------------------------------------ SMALL_SIZE_PB = FALSE +;------------------------------------------------------------------------------------------------------------------------------ +; Hide progress bar when cursor is on the top row of the map +;------------------------------------------------------------------------------------------------------------------------------ +AUTO_HIDE_PB = TRUE + ;------------------------------------------------------------------------------------------------------------------------------ ; If set to TRUE, roof structures (e.g. sandbags) above explored rooms will be hidden at ground level view ;------------------------------------------------------------------------------------------------------------------------------