- Properly implemented o2_getCDTrackPos()
- Each save has now its own file (.s??). They also should be endian-safe now (Can be disabled for testing by uncommenting #define GOB_ORIGSAVES in gob.cpp) - General endianness-fixes svn-id: r24794
This commit is contained in:
parent
b2fb23a134
commit
9afb08341c
24 changed files with 633 additions and 170 deletions
|
@ -586,9 +586,8 @@ void Mult_v2::playMult(int16 startFrame, int16 endFrame, char checkEscape,
|
|||
_vm->_snd->stopSound(10);
|
||||
|
||||
WRITE_VAR(57, (uint32)-1);
|
||||
} else {
|
||||
} else
|
||||
WRITE_VAR(57, _frame - 1 - _multData2->frameStart);
|
||||
}
|
||||
}
|
||||
|
||||
char Mult_v2::drawStatics(char stop) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue