From 9afb08341c89d20f54de4b6c9efec69ab60fc79d Mon Sep 17 00:00:00 2001 From: Sven Hesse Date: Mon, 27 Nov 2006 14:19:30 +0000 Subject: - 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 --- engines/gob/mult_v2.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'engines/gob/mult_v2.cpp') diff --git a/engines/gob/mult_v2.cpp b/engines/gob/mult_v2.cpp index c92aae8504..2fa3f44e70 100644 --- a/engines/gob/mult_v2.cpp +++ b/engines/gob/mult_v2.cpp @@ -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) { -- cgit v1.2.3