aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen
diff options
context:
space:
mode:
authorPaul Gilbert2018-04-07 12:31:32 -0400
committerPaul Gilbert2018-04-07 12:31:32 -0400
commita575346ba35fea008417fdb4a3ca16fab349b1ea (patch)
tree785c4cb22667b34815aa680bdcce79c5c5bc52e0 /engines/xeen
parentaa168e079f1145191b25ccc1894b52c64400068f (diff)
downloadscummvm-rg350-a575346ba35fea008417fdb4a3ca16fab349b1ea.tar.gz
scummvm-rg350-a575346ba35fea008417fdb4a3ca16fab349b1ea.tar.bz2
scummvm-rg350-a575346ba35fea008417fdb4a3ca16fab349b1ea.zip
XEEN: Fix Protection From Elements spell
Diffstat (limited to 'engines/xeen')
-rw-r--r--engines/xeen/dialogs/dialogs_spells.cpp2
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]);