From fc8568509932b5903b5367c066a07603d3d438ea Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Sun, 28 Oct 2007 04:14:52 +0000 Subject: Cleanup svn-id: r29274 --- engines/saga/rscfile.cpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'engines/saga') diff --git a/engines/saga/rscfile.cpp b/engines/saga/rscfile.cpp index 87b4c53f18..ad3b1ce0fe 100644 --- a/engines/saga/rscfile.cpp +++ b/engines/saga/rscfile.cpp @@ -452,11 +452,6 @@ bool Resource::createContexts() { sprintf(voicesFileName, "inherit the earth voices.cmp"); _vm->_gf_compressed_sounds = true; } - // The resources in the Wyrmkeep combined Windows/Mac/Linux CD version are little endian, but - // the voice file is big endian. If we got such a version with mixed files, mark this voice file - // as big endian - if (!_vm->isBigEndian()) - voiceFileType = GAME_VOICEFILE | GAME_SWAPENDIAN; // This file is big endian #else } else if (Common::File::exists("\"inherit the earth voices\"") || Common::File::exists("\"inherit the earth voices.cmp\"")) { @@ -469,12 +464,12 @@ bool Resource::createContexts() { sprintf(voicesFileName, "\"inherit the earth voices.cmp\""); _vm->_gf_compressed_sounds = true; } +#endif // The resources in the Wyrmkeep combined Windows/Mac/Linux CD version are little endian, but // the voice file is big endian. If we got such a version with mixed files, mark this voice file // as big endian if (!_vm->isBigEndian()) voiceFileType = GAME_VOICEFILE | GAME_SWAPENDIAN; // This file is big endian -#endif } else { // No voice file found, don't add any file to the array voicesFileInArray = true; -- cgit v1.2.3