aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scumm/script_v100he.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/scumm/script_v100he.cpp b/scumm/script_v100he.cpp
index 566024bf0f..e2c2e403d1 100644
--- a/scumm/script_v100he.cpp
+++ b/scumm/script_v100he.cpp
@@ -1618,9 +1618,8 @@ void ScummEngine_v100he::o100_unknown29() {
warning("o100_unknown29() case 0 unhandled");
break;
case 6:
- pop();
- push(0);
- warning("o100_unknown29() case 6 unhandled");
+ resId = pop();
+ push(getWizImageStates(resId));
break;
case 13:
pop();