diff options
author | Travis Howell | 2004-10-16 10:29:24 +0000 |
---|---|---|
committer | Travis Howell | 2004-10-16 10:29:24 +0000 |
commit | 75e821c341649719c91fc9e13b4ef8c1f2b4daa9 (patch) | |
tree | e6fe5210ac5bd0df5be6714b237879a2e7c9d08c /scumm | |
parent | 600a4369fed52a3506b749b2a7f74d7c1f9a9c11 (diff) | |
download | scummvm-rg350-75e821c341649719c91fc9e13b4ef8c1f2b4daa9.tar.gz scummvm-rg350-75e821c341649719c91fc9e13b4ef8c1f2b4daa9.tar.bz2 scummvm-rg350-75e821c341649719c91fc9e13b4ef8c1f2b4daa9.zip |
Add case
svn-id: r15570
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/script_v100he.cpp | 5 |
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(); |