aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorTravis Howell2004-09-13 05:33:54 +0000
committerTravis Howell2004-09-13 05:33:54 +0000
commit51bcffef855acbab8615d78263e56b994e0400be (patch)
tree207ac82c51af8d4eb180bbdf1231b74b810d94ee /scumm
parent4b1ba6a7edfc96b694f1dd8a6c73c173ba864652 (diff)
downloadscummvm-rg350-51bcffef855acbab8615d78263e56b994e0400be.tar.gz
scummvm-rg350-51bcffef855acbab8615d78263e56b994e0400be.tar.bz2
scummvm-rg350-51bcffef855acbab8615d78263e56b994e0400be.zip
Needs to be higher for now.
svn-id: r15089
Diffstat (limited to 'scumm')
-rw-r--r--scumm/script_v72he.cpp2
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);
}