aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorTravis Howell2004-10-17 09:29:52 +0000
committerTravis Howell2004-10-17 09:29:52 +0000
commit2319d271782f4d7a37aac91ff7ff7906f300464e (patch)
tree9ed7ad64543baad37467bb95dce249b3e09a4a8f /scumm
parent18cf513a12e2ef9425e8f82a6d06814268d83c44 (diff)
downloadscummvm-rg350-2319d271782f4d7a37aac91ff7ff7906f300464e.tar.gz
scummvm-rg350-2319d271782f4d7a37aac91ff7ff7906f300464e.tar.bz2
scummvm-rg350-2319d271782f4d7a37aac91ff7ff7906f300464e.zip
Typo
svn-id: r15584
Diffstat (limited to 'scumm')
-rw-r--r--scumm/script_v90he.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/scumm/script_v90he.cpp b/scumm/script_v90he.cpp
index 504baa75a1..fbd8cee369 100644
--- a/scumm/script_v90he.cpp
+++ b/scumm/script_v90he.cpp
@@ -959,7 +959,6 @@ void ScummEngine_v90he::o90_unknown25() {
}
void ScummEngine_v90he::o90_unknown26() {
- // Incomplete
int args[16];
byte subOp = fetchScriptByte();
subOp -= 34;
@@ -1121,7 +1120,7 @@ void ScummEngine_v90he::o90_unknown28() {
pop();
break;
default:
- error("o90_unknown28 subOp 38: Unknown case %d", subOp);
+ error("o90_unknown28 subOp 0: Unknown case %d", subOp);
}
break;
case 5: