Cleanup load savegame from original interpreter
svn-id: r29453
This commit is contained in:
parent
c2594cb3f2
commit
783a0bf67d
12 changed files with 331 additions and 256 deletions
|
@ -425,7 +425,7 @@ int32 opcodeType6(void) {
|
|||
si |= 2;
|
||||
}
|
||||
|
||||
currentScriptPtr->bitMask = si;
|
||||
currentScriptPtr->ccr = si;
|
||||
|
||||
return (0);
|
||||
}
|
||||
|
@ -444,7 +444,7 @@ int32 opcodeType5(void) {
|
|||
int offset = currentScriptPtr->var4;
|
||||
int short1 = getShortFromScript();
|
||||
int newSi = short1 + offset;
|
||||
int bitMask = currentScriptPtr->bitMask;
|
||||
int bitMask = currentScriptPtr->ccr;
|
||||
|
||||
switch (currentScriptOpcodeType) {
|
||||
case 0:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue