aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorTravis Howell2004-10-16 10:30:22 +0000
committerTravis Howell2004-10-16 10:30:22 +0000
commit6299eaa546b085ebc3e1c21fd6863511507e2984 (patch)
tree12ce467c04ea035ff74a8cfa52c21c96d2c438e6 /scumm
parent75e821c341649719c91fc9e13b4ef8c1f2b4daa9 (diff)
downloadscummvm-rg350-6299eaa546b085ebc3e1c21fd6863511507e2984.tar.gz
scummvm-rg350-6299eaa546b085ebc3e1c21fd6863511507e2984.tar.bz2
scummvm-rg350-6299eaa546b085ebc3e1c21fd6863511507e2984.zip
Typoi
svn-id: r15571
Diffstat (limited to 'scumm')
-rw-r--r--scumm/script_v100he.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v100he.cpp b/scumm/script_v100he.cpp
index e2c2e403d1..4a484d15b6 100644
--- a/scumm/script_v100he.cpp
+++ b/scumm/script_v100he.cpp
@@ -1677,7 +1677,7 @@ void ScummEngine_v100he::o100_unknown29() {
warning("o100_unknown29() case 112 unhandled");
break;
default:
- error("o100_unknown27: Unknown case %d", subOp);
+ error("o100_unknown29: Unknown case %d", subOp);
}
}