From 9abcaecb0c2c4d58b85856f06152dec838ebda96 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 27 May 2018 13:56:15 -0400 Subject: XEEN: Animate open treasure chests with treasure --- engines/xeen/party.cpp | 4 ++-- 1 file 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; -- cgit v1.2.3