Format string/argument mismatch fix.
svn-id: r8464
This commit is contained in:
parent
c1880ad522
commit
54453b64bf
2 changed files with 2 additions and 2 deletions
|
@ -895,7 +895,7 @@ const byte *Scumm::getObjOrActorName(int obj) {
|
|||
if (_version >= 6) {
|
||||
for (i = 0; i < _numNewNames; i++) {
|
||||
if (_newNames[i] == obj) {
|
||||
debug(5, "Found new name for object %d at _newNames[i]", obj, i);
|
||||
debug(5, "Found new name for object %d at _newNames[%d]", obj, i);
|
||||
return getResourceAddress(rtObjectName, i);
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue