added roomobj dumping for bundle games (was trivial it turns out :-)

svn-id: r7581
This commit is contained in:
Max Horn 2003-05-16 21:31:15 +00:00
parent 3533843ac8
commit a455082996

View file

@ -553,6 +553,12 @@ void Scumm::loadRoomObjectsOldBundle() {
setupRoomObject(od, room);
ptr += 2;
if (_dumpScripts) {
char buf[32];
sprintf(buf, "roomobj-%d-", _roomResource);
dumpResource(buf, od->obj_nr, room + od->OBCDoffset);
}
}
CHECK_HEAP