From 9f0a3e03bbdc86cf1332e988dca89f825de4a326 Mon Sep 17 00:00:00 2001 From: Asdow Date: Tue, 2 Aug 2022 07:42:38 +0000 Subject: [PATCH] Fixed glowing rectangle staying on the screen if one selects an item, clicks Finish button instead of closing inventory pool with checkmark/right click and then goes back to gear selection screen through Attributes screen git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@9392 3b4a5df2-a311-0410-b5c6-a8a6f20db521 --- Laptop/IMP Gear.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Laptop/IMP Gear.cpp b/Laptop/IMP Gear.cpp index 59bb6df0..fb843ab2 100644 --- a/Laptop/IMP Gear.cpp +++ b/Laptop/IMP Gear.cpp @@ -581,6 +581,7 @@ void BtnIMPGearFinishCallback( GUI_BUTTON *btn, INT32 reason ) iCurrentImpPage = IMP_FINISH; iCurrentProfileMode = IMP__FINISH; + fShowIMPItemHighLight = FALSE; } }