[Scummvm-cvs-logs] SF.net SVN: scummvm: [28214] scummvm/trunk/engines/saga/detection.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Thu Jul 26 15:26:34 CEST 2007


Revision: 28214
          http://scummvm.svn.sourceforge.net/scummvm/?rev=28214&view=rev
Author:   thebluegr
Date:     2007-07-26 06:26:34 -0700 (Thu, 26 Jul 2007)

Log Message:
-----------
Removed some unnecessary file existence checks

Modified Paths:
--------------
    scummvm/trunk/engines/saga/detection.cpp

Modified: scummvm/trunk/engines/saga/detection.cpp
===================================================================
--- scummvm/trunk/engines/saga/detection.cpp	2007-07-26 13:22:26 UTC (rev 28213)
+++ scummvm/trunk/engines/saga/detection.cpp	2007-07-26 13:26:34 UTC (rev 28214)
@@ -150,8 +150,7 @@
 	}
 
 	// If a compressed sound file is found in the game's directory, set the compressed flag to true
-	if (Common::File::exists("music.cmp")  || Common::File::exists("musicd.cmp")  ||
-		Common::File::exists("sounds.cmp") || Common::File::exists("soundsd.cmp") ||
+	if (Common::File::exists("sounds.cmp") || Common::File::exists("soundsd.cmp") ||
 		Common::File::exists("voices.cmp") || Common::File::exists("voicesd.cmp") ||
 		Common::File::exists("inherit the earth voices.cmp")) {
 		_gf_compressed_sounds = 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