aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorMax Horn2003-12-26 23:49:46 +0000
committerMax Horn2003-12-26 23:49:46 +0000
commit8ef9dda8cc89dee770f2e4ec93a1bb3096592c9a (patch)
treea0a4918b033769336a6de7b15fdae6741b7d942c /scumm
parente3e6bb3191f57179874447b4f264721a2bc8a128 (diff)
downloadscummvm-rg350-8ef9dda8cc89dee770f2e4ec93a1bb3096592c9a.tar.gz
scummvm-rg350-8ef9dda8cc89dee770f2e4ec93a1bb3096592c9a.tar.bz2
scummvm-rg350-8ef9dda8cc89dee770f2e4ec93a1bb3096592c9a.zip
cleanup
svn-id: r11954
Diffstat (limited to 'scumm')
-rw-r--r--scumm/script_v6.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v6.cpp b/scumm/script_v6.cpp
index 1812051054..bfa4f8687f 100644
--- a/scumm/script_v6.cpp
+++ b/scumm/script_v6.cpp
@@ -1357,7 +1357,7 @@ void ScummEngine_v6::o6_setObjectName() {
}
}
- error("New name of %d overflows name table (max = %d)", obj, 50);
+ error("New name of %d overflows name table (max = %d)", obj, _numNewNames);
}
void ScummEngine_v6::o6_isSoundRunning() {