From 063f7df4d34b1bcbc3b51ee69378cfa678f6f23c Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Fri, 4 Jan 2008 13:34:38 +0000 Subject: Slight cleanup svn-id: r30217 --- engines/saga/music.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'engines/saga') diff --git a/engines/saga/music.cpp b/engines/saga/music.cpp index 2ca05c12ff..a8bb091e07 100644 --- a/engines/saga/music.cpp +++ b/engines/saga/music.cpp @@ -105,7 +105,6 @@ DigitalMusicInputStream::DigitalMusicInputStream(SagaEngine *vm, ResourceContext soundType = kSoundFLAC; } - _file->seek((long)resourceData->offset + 9, SEEK_SET); createCompressedStream(); } @@ -155,7 +154,7 @@ void DigitalMusicInputStream::createCompressedStream() { #endif default: // Unknown compression - error("Trying to play a compressed digital music, but the compression is not known"); + error("Trying to play compressed digital music, but the compression is not known"); break; } } @@ -186,7 +185,6 @@ void DigitalMusicInputStream::refill() { uint32 lengthLeft; byte *ptr = (byte *) _buf; - _file->seek(_filePos, SEEK_SET); if (_looping) -- cgit v1.2.3