Properly named the script structure offset field, and fixed an endian bug
svn-id: r40634
This commit is contained in:
parent
17f468bb02
commit
dcca3197fc
3 changed files with 18 additions and 21 deletions
|
@ -329,7 +329,7 @@ void syncScript(Common::Serializer &s, scriptInstanceStruct *entry) {
|
|||
|
||||
s.syncAsUint16LE(dummyWord);
|
||||
s.syncAsSint16LE(ptr->ccr);
|
||||
s.syncAsSint16LE(ptr->var4);
|
||||
s.syncAsSint16LE(ptr->scriptOffset);
|
||||
s.syncAsUint32LE(dummyLong);
|
||||
s.syncAsSint16LE(ptr->varA);
|
||||
s.syncAsSint16LE(ptr->scriptNumber);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue