svn-id: r11954
This commit is contained in:
Max Horn 2003-12-26 23:49:46 +00:00
parent e3e6bb3191
commit 8ef9dda8cc

View file

@ -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() {