[Scummvm-cvs-logs] SF.net SVN: scummvm:[55252] scummvm/trunk/engines/mohawk

fuzzie at users.sourceforge.net fuzzie at users.sourceforge.net
Sat Jan 15 19:39:29 CET 2011


Revision: 55252
          http://scummvm.svn.sourceforge.net/scummvm/?rev=55252&view=rev
Author:   fuzzie
Date:     2011-01-15 18:39:29 +0000 (Sat, 15 Jan 2011)

Log Message:
-----------
MOHAWK: Get rid of the DETECT_BRODERBUND_TITLES define.

Modified Paths:
--------------
    scummvm/trunk/engines/mohawk/detection.cpp
    scummvm/trunk/engines/mohawk/detection_tables.h

Modified: scummvm/trunk/engines/mohawk/detection.cpp
===================================================================
--- scummvm/trunk/engines/mohawk/detection.cpp	2011-01-15 18:25:10 UTC (rev 55251)
+++ scummvm/trunk/engines/mohawk/detection.cpp	2011-01-15 18:39:29 UTC (rev 55252)
@@ -34,9 +34,6 @@
 #include "mohawk/riven.h"
 #include "mohawk/livingbooks.h"
 
-// Define this to enable detection of other Broderbund titles which use Mohawk (besides Myst/Riven)
-#define DETECT_BRODERBUND_TITLES
-
 namespace Mohawk {
 
 struct MohawkGameDescription {
@@ -101,7 +98,6 @@
 	{"myst", "Myst"},
 	{"MakingOfMyst", "The Making of Myst"},
 	{"riven", "Riven: The Sequel to Myst"},
-#ifdef DETECT_BRODERBUND_TITLES
 	{"zoombini", "Logical Journey of the Zoombinis"},
 	{"cstime", "Where in Time is Carmen Sandiego?"},
 	{"csworld", "Where in the World is Carmen Sandiego?"},
@@ -122,7 +118,6 @@
 	{"arthurbday", "Arthur's Birthday"},
 	{"lilmonster", "Little Monster at School"},
 	{"rugrats", "Rugrats Adventure Game"},
-#endif
 	{0, 0}
 };
 

Modified: scummvm/trunk/engines/mohawk/detection_tables.h
===================================================================
--- scummvm/trunk/engines/mohawk/detection_tables.h	2011-01-15 18:25:10 UTC (rev 55251)
+++ scummvm/trunk/engines/mohawk/detection_tables.h	2011-01-15 18:39:29 UTC (rev 55252)
@@ -386,7 +386,6 @@
 		0,
 	},
 
-#ifdef DETECT_BRODERBUND_TITLES
 	{
 		{
 			"cstime",
@@ -1098,7 +1097,6 @@
 		0,
 		0,
 	},
-#endif
 
 	{ AD_TABLE_END_MARKER, 0, 0, 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