diff options
| -rw-r--r-- | engines/kyra/gui_lol.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/kyra/gui_lol.cpp b/engines/kyra/gui_lol.cpp index 96cf88ffb4..24a8b9fcc4 100644 --- a/engines/kyra/gui_lol.cpp +++ b/engines/kyra/gui_lol.cpp @@ -1525,7 +1525,7 @@ int LoLEngine::clickedOptions(Button *button) { int LoLEngine::clickedRestParty(Button *button) { gui_toggleButtonDisplayMode(77, 1); - + Button b; memset(&b, 0, sizeof(Button)); b.data0Val2 = b.data1Val2 = b.data2Val2 = 0xfe; @@ -1567,6 +1567,8 @@ int LoLEngine::clickedRestParty(Button *button) { c->flags |= 0x1000; } + removeInputTop(); + if (needHealingFlags || needMagicGainFlags) { _screen->fillRect(112, 0, 288, 120, 1); gui_drawAllCharPortraitsWithStats(); |
