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

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Wed May 7 10:19:36 CEST 2008


Revision: 31918
          http://scummvm.svn.sourceforge.net/scummvm/?rev=31918&view=rev
Author:   thebluegr
Date:     2008-05-07 01:19:36 -0700 (Wed, 07 May 2008)

Log Message:
-----------
Fixed RTZ 1.0 game flags and updated copyright

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

Modified: scummvm/trunk/engines/made/detection.cpp
===================================================================
--- scummvm/trunk/engines/made/detection.cpp	2008-05-07 07:15:42 UTC (rev 31917)
+++ scummvm/trunk/engines/made/detection.cpp	2008-05-07 08:19:36 UTC (rev 31918)
@@ -103,7 +103,7 @@
 		},
 		GID_RTZ,
 		0,
-		GF_CD,
+		GF_CD_COMPRESSED,
 		0,
 	},
 
@@ -274,7 +274,7 @@
 	}
 
 	virtual const char *getCopyright() const {
-		return "MADE Engine";
+		return "MADE Engine (C) Activision";
 	}
 
 	virtual bool createInstance(OSystem *syst, Engine **engine, const Common::ADGameDescription *desc) const;


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