Fix wrong format arugment.
svn-id: r42301
This commit is contained in:
parent
717de7800c
commit
0aa83f14c7
1 changed files with 1 additions and 1 deletions
|
@ -988,7 +988,7 @@ int ResourceManager::readResourceMapSCI0(ResourceSource *map) {
|
|||
res->id = resId;
|
||||
res->source = getVolume(map, offset >> bShift);
|
||||
if (!res->source) {
|
||||
warning("Could not get volume for resource %d, VolumeID %d\n", resId, offset >> bShift);
|
||||
warning("Could not get volume for resource %d, VolumeID %d\n", id, offset >> bShift);
|
||||
}
|
||||
_resMap.setVal(resId, res);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue