aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/party.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2018-05-27 13:56:15 -0400
committerPaul Gilbert2018-05-27 13:56:15 -0400
commit9abcaecb0c2c4d58b85856f06152dec838ebda96 (patch)
tree12063560897a3bd3ec4b8af1d0f3a4d5f12ef8e6 /engines/xeen/party.cpp
parent2925d2ef2fde54a86fe65d79f9e15c01f08f3f49 (diff)
downloadscummvm-rg350-9abcaecb0c2c4d58b85856f06152dec838ebda96.tar.gz
scummvm-rg350-9abcaecb0c2c4d58b85856f06152dec838ebda96.tar.bz2
scummvm-rg350-9abcaecb0c2c4d58b85856f06152dec838ebda96.zip
XEEN: Animate open treasure chests with treasure
Diffstat (limited to 'engines/xeen/party.cpp')
-rw-r--r--engines/xeen/party.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/xeen/party.cpp b/engines/xeen/party.cpp
index 5ae53d69c6..1fee0980d2 100644
--- a/engines/xeen/party.cpp
+++ b/engines/xeen/party.cpp
@@ -1498,14 +1498,14 @@ bool Party::giveExt(int mode1, uint val1, int mode2, uint val2, int mode3, uint
sound.playFX(10);
intf.draw3d(true, false);
Common::String msg = Common::String::format(Res.PICKS_THE_LOCK, c._name.c_str());
- ErrorScroll::show(g_vm, msg);
+ ErrorScroll::show(g_vm, msg, WT_NONFREEZED_WAIT);
} else {
sound.playFX(21);
obj._frame = 0;
scripts._animCounter = 0;
Common::String msg = Common::String::format(Res.UNABLE_TO_PICK_LOCK, c._name.c_str());
- ErrorScroll::show(g_vm, msg);
+ ErrorScroll::show(g_vm, msg, WT_NONFREEZED_WAIT);
scripts._animCounter = 255;
return true;