diff options
Diffstat (limited to 'scumm/script_v72he.cpp')
-rw-r--r-- | scumm/script_v72he.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v72he.cpp b/scumm/script_v72he.cpp index 462a116152..6df29a3562 100644 --- a/scumm/script_v72he.cpp +++ b/scumm/script_v72he.cpp @@ -1982,7 +1982,7 @@ void ScummEngine_v72he::o72_unknownF6() { void ScummEngine_v72he::o72_unknownF8() { int id = pop(); byte subOp = fetchScriptByte(); - push(1); + push(10); debug(1,"stub o72_unknownF8: subOp %d, id %d", subOp, id); } |