mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-04 09:18:38 +00:00
Fixed silly typo in #49099. Iceman works again (thanks m_kiewitz)
svn-id: r49104
This commit is contained in:
parent
cbee7eebd4
commit
92c1f4625d
@ -470,7 +470,7 @@ int script_instantiate_sci0(ResourceManager *resMan, SegManager *segMan, int scr
|
||||
if (relocation >= 0)
|
||||
scr->scriptRelocate(make_reg(seg_id, relocation));
|
||||
|
||||
return curOffset; // instantiation successful
|
||||
return seg_id; // instantiation successful
|
||||
}
|
||||
|
||||
int script_instantiate_sci11(ResourceManager *resMan, SegManager *segMan, int script_nr) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user