From c312db302c893095910f2a8ef5889af6b478ccba Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Sat, 4 Jun 2005 12:25:25 +0000 Subject: My Linux ITE CD developed read errors, so Joe sent me a replacement, for which I'm very grateful. This latest CD version turned out to be one that ScummVM didn't support. It has - I believe - the same data files as the Linux version (with digitized music), except for the voice file which appears to be the same as the one from the Mac version. In other words, it has one big-endian data file, and a couple of little- endian ones. The technical term for this is "bloody awkward". It should work now, though. svn-id: r18333 --- saga/sound.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'saga/sound.h') diff --git a/saga/sound.h b/saga/sound.h index a22dd79b3e..d14842f1f6 100644 --- a/saga/sound.h +++ b/saga/sound.h @@ -64,7 +64,7 @@ public: private: - int playSoundBuffer(Audio::SoundHandle *handle, SOUNDBUFFER *buf, int volume, bool loop); + int playSoundBuffer(Audio::SoundHandle *handle, SOUNDBUFFER *buf, int volume, bool loop, bool forceBigEndian); int _soundInitialized; int _enabled; -- cgit v1.2.3