Cleanup load savegame from original interpreter

svn-id: r29453
This commit is contained in:
Vincent Hamm 2007-11-08 22:59:29 +00:00
parent c2594cb3f2
commit 783a0bf67d
12 changed files with 331 additions and 256 deletions

View file

@ -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: