aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v7he.cpp
diff options
context:
space:
mode:
authorTravis Howell2004-11-27 03:07:21 +0000
committerTravis Howell2004-11-27 03:07:21 +0000
commitfe43ebf73b31a6a831b40a91d216dd84fe9599b7 (patch)
tree544a9907c09bcf16206f8e367492f45aefba048d /scumm/script_v7he.cpp
parent6cd046a9061f1b40d4e39f1b1c20d512c7ed8bf0 (diff)
downloadscummvm-rg350-fe43ebf73b31a6a831b40a91d216dd84fe9599b7.tar.gz
scummvm-rg350-fe43ebf73b31a6a831b40a91d216dd84fe9599b7.tar.bz2
scummvm-rg350-fe43ebf73b31a6a831b40a91d216dd84fe9599b7.zip
No longer stubs
svn-id: r15906
Diffstat (limited to 'scumm/script_v7he.cpp')
-rw-r--r--scumm/script_v7he.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/scumm/script_v7he.cpp b/scumm/script_v7he.cpp
index d5b502f391..8cfdceb0e1 100644
--- a/scumm/script_v7he.cpp
+++ b/scumm/script_v7he.cpp
@@ -741,7 +741,7 @@ void ScummEngine_v70he::o70_getStringWidth() {
}
push(width);
- debug(1,"stub o70_getStringWidth (%d)", width);
+ debug(1,"o70_getStringWidth (%d)", width);
}
void ScummEngine_v70he::o70_kernelSetFunctions() {
@@ -831,7 +831,7 @@ void ScummEngine_v70he::o70_appendString() {
appendSubstring(dst, src, srcOffs, len);
push(dst);
- debug(1,"stub o70_appendString");
+ debug(1,"o70_appendString");
}
void ScummEngine_v70he::o70_compareString() {
@@ -873,7 +873,7 @@ void ScummEngine_v70he::o70_compareString() {
}
push (i);
- debug(1,"o70_compareString stub (%d, %d, %d)", id, id2, i);
+ debug(1,"o70_compareString (%d, %d, %d)", id, id2, i);
}
void ScummEngine_v70he::o70_readINI() {
@@ -956,7 +956,7 @@ void ScummEngine_v70he::o70_getStringLenForWidth() {
}
push(len);
- debug(1,"stub o70_getStringLenForWidth (%d)", len);
+ debug(1,"o70_getStringLenForWidth (%d)", len);
}
void ScummEngine_v70he::o70_getCharIndexInString() {
@@ -998,7 +998,7 @@ void ScummEngine_v70he::o70_getCharIndexInString() {
}
push(-1);
- debug(1,"stub o70_getCharIndexInString");
+ debug(1,"o70_getCharIndexInString");
}
void ScummEngine_v70he::o70_setFilePath() {