Fixed silly typo in #49099. Iceman works again (thanks m_kiewitz)
svn-id: r49104
This commit is contained in:
parent
cbee7eebd4
commit
92c1f4625d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue