From 51bcffef855acbab8615d78263e56b994e0400be Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Mon, 13 Sep 2004 05:33:54 +0000 Subject: Needs to be higher for now. svn-id: r15089 --- scumm/script_v72he.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- cgit v1.2.3