SCI: resume when unable to locate base objects - fixes loading some saved games

svn-id: r50055
This commit is contained in:
Martin Kiewitz 2010-06-19 19:04:35 +00:00
parent ab4e02422c
commit 996bd693e0

View File

@ -776,7 +776,7 @@ void SegManager::reconstructScripts(EngineState *s) {
if (getSciVersion() < SCI_VERSION_1_1) {
if (!obj->initBaseObject(this, addr, false)) {
error("Failed to locate base object for object at %04X:%04X; skipping", PRINT_REG(addr));
warning("Failed to locate base object for object at %04X:%04X; skipping", PRINT_REG(addr));
//scr->scriptObjRemove(addr);
}
}