mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-04 09:56:30 +00:00
SCI: resume when unable to locate base objects - fixes loading some saved games
svn-id: r50055
This commit is contained in:
parent
ab4e02422c
commit
996bd693e0
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user