aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v7he.cpp
diff options
context:
space:
mode:
authorTravis Howell2004-10-18 05:23:43 +0000
committerTravis Howell2004-10-18 05:23:43 +0000
commita6da7109238d4bf70c51276d83cb2067f053417e (patch)
treec76afcf733878233cbdd9b16700217c14a5358d0 /scumm/script_v7he.cpp
parent33cab902029fdf62987e03bb393ebb73ceca648d (diff)
downloadscummvm-rg350-a6da7109238d4bf70c51276d83cb2067f053417e.tar.gz
scummvm-rg350-a6da7109238d4bf70c51276d83cb2067f053417e.tar.bz2
scummvm-rg350-a6da7109238d4bf70c51276d83cb2067f053417e.zip
Typos
svn-id: r15603
Diffstat (limited to 'scumm/script_v7he.cpp')
-rw-r--r--scumm/script_v7he.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/scumm/script_v7he.cpp b/scumm/script_v7he.cpp
index f23f1ac639..811ced88f5 100644
--- a/scumm/script_v7he.cpp
+++ b/scumm/script_v7he.cpp
@@ -843,11 +843,11 @@ void ScummEngine_v70he::o70_unknownF1() {
addr = getStringAddress(id);
if (!addr)
- error("o72_stringLen: Reference to zeroed array pointer (%d)", id);
+ error("o70_unknownF1: Reference to zeroed array pointer (%d)", id);
addr2 = getStringAddress(id2);
- if (!addr)
- error("o72_stringLen: Reference to zeroed array pointer (%d)", id);
+ if (!addr2)
+ error("o70_unknownF1: Reference to zeroed array pointer (%d)", id);
while(1) {
if (*addr != *addr2)