[Scummvm-cvs-logs] SF.net SVN: scummvm: [29274] scummvm/trunk/engines/saga/rscfile.cpp
thebluegr at users.sourceforge.net
thebluegr at users.sourceforge.net
Sun Oct 28 05:14:52 CET 2007
Revision: 29274
http://scummvm.svn.sourceforge.net/scummvm/?rev=29274&view=rev
Author: thebluegr
Date: 2007-10-27 21:14:52 -0700 (Sat, 27 Oct 2007)
Log Message:
-----------
Cleanup
Modified Paths:
--------------
scummvm/trunk/engines/saga/rscfile.cpp
Modified: scummvm/trunk/engines/saga/rscfile.cpp
===================================================================
--- scummvm/trunk/engines/saga/rscfile.cpp 2007-10-28 04:12:01 UTC (rev 29273)
+++ scummvm/trunk/engines/saga/rscfile.cpp 2007-10-28 04:14:52 UTC (rev 29274)
@@ -452,11 +452,6 @@
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 @@
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;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list