Fix wrong format arugment.

svn-id: r42301
This commit is contained in:
Johannes Schickel 2009-07-09 15:59:20 +00:00
parent 717de7800c
commit 0aa83f14c7

View file

@ -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);
}