diff options
author | Paul Gilbert | 2018-04-07 12:31:32 -0400 |
---|---|---|
committer | Paul Gilbert | 2018-04-07 12:31:32 -0400 |
commit | a575346ba35fea008417fdb4a3ca16fab349b1ea (patch) | |
tree | 785c4cb22667b34815aa680bdcce79c5c5bc52e0 /engines/xeen/dialogs | |
parent | aa168e079f1145191b25ccc1894b52c64400068f (diff) | |
download | scummvm-rg350-a575346ba35fea008417fdb4a3ca16fab349b1ea.tar.gz scummvm-rg350-a575346ba35fea008417fdb4a3ca16fab349b1ea.tar.bz2 scummvm-rg350-a575346ba35fea008417fdb4a3ca16fab349b1ea.zip |
XEEN: Fix Protection From Elements spell
Diffstat (limited to 'engines/xeen/dialogs')
-rw-r--r-- | engines/xeen/dialogs/dialogs_spells.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/xeen/dialogs/dialogs_spells.cpp b/engines/xeen/dialogs/dialogs_spells.cpp index 03e8a491cb..43d76191ca 100644 --- a/engines/xeen/dialogs/dialogs_spells.cpp +++ b/engines/xeen/dialogs/dialogs_spells.cpp @@ -621,7 +621,7 @@ int SelectElement::execute(int spellId) { while (result == 999) { do { events.updateGameCounter(); - intf.draw3d(true); + intf.draw3d(true, false); w.frame(); w.writeString(Res.WHICH_ELEMENT2); drawButtons(&windows[0]); |