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

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Wed Apr 23 21:11:14 CEST 2008


Revision: 31672
          http://scummvm.svn.sourceforge.net/scummvm/?rev=31672&view=rev
Author:   eriktorbjorn
Date:     2008-04-23 12:11:13 -0700 (Wed, 23 Apr 2008)

Log Message:
-----------
Surely, it's the "version" of Return to Zork with rtzcd.red that should have
the GF_CD_COMPRESSED flag?

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

Modified: scummvm/trunk/engines/made/detection.cpp
===================================================================
--- scummvm/trunk/engines/made/detection.cpp	2008-04-23 18:57:21 UTC (rev 31671)
+++ scummvm/trunk/engines/made/detection.cpp	2008-04-23 19:11:13 UTC (rev 31672)
@@ -85,7 +85,7 @@
 		},
 		0,
 		0,
-		GF_CD_COMPRESSED,
+		GF_CD,
 		0,
 	},
 
@@ -101,7 +101,7 @@
 		},
 		0,
 		0,
-		GF_CD,
+		GF_CD_COMPRESSED,
 		0,
 	},
 


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