[Scummvm-cvs-logs] SF.net SVN: scummvm:[40633] scummvm/trunk/engines/cruise/detection.cpp
dreammaster at users.sourceforge.net
dreammaster at users.sourceforge.net
Sun May 17 07:14:55 CEST 2009
Revision: 40633
http://scummvm.svn.sourceforge.net/scummvm/?rev=40633&view=rev
Author: dreammaster
Date: 2009-05-17 05:14:55 +0000 (Sun, 17 May 2009)
Log Message:
-----------
Removed the obsolete game Id list - it seems redundant, and stops the warning message coming up about Target 'cruise' upgraded to 'cruise'
Modified Paths:
--------------
scummvm/trunk/engines/cruise/detection.cpp
Modified: scummvm/trunk/engines/cruise/detection.cpp
===================================================================
--- scummvm/trunk/engines/cruise/detection.cpp 2009-05-17 05:12:10 UTC (rev 40632)
+++ scummvm/trunk/engines/cruise/detection.cpp 2009-05-17 05:14:55 UTC (rev 40633)
@@ -62,11 +62,6 @@
{0, 0}
};
-static const ADObsoleteGameID obsoleteGameIDsTable[] = {
- {"cruise", "cruise", Common::kPlatformUnknown},
- {0, 0, Common::kPlatformUnknown}
-};
-
namespace Cruise {
static const CRUISEGameDescription gameDescriptions[] = {
@@ -169,7 +164,7 @@
// List of all engine targets
cruiseGames,
// Structure for autoupgrading obsolete targets
- obsoleteGameIDsTable,
+ 0,
// Name of single gameid (optional)
"cruise",
// List of files for file-based fallback detection (optional)
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