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

scott_t at users.sourceforge.net scott_t at users.sourceforge.net
Tue Nov 30 13:45:27 CET 2010


Revision: 54671
          http://scummvm.svn.sourceforge.net/scummvm/?rev=54671&view=rev
Author:   scott_t
Date:     2010-11-30 12:45:26 +0000 (Tue, 30 Nov 2010)

Log Message:
-----------
MOHAWK: Fill in missing detector details (as per FIXME)

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

Modified: scummvm/trunk/engines/mohawk/detection_tables.h
===================================================================
--- scummvm/trunk/engines/mohawk/detection_tables.h	2010-11-30 09:04:47 UTC (rev 54670)
+++ scummvm/trunk/engines/mohawk/detection_tables.h	2010-11-30 12:45:26 UTC (rev 54671)
@@ -720,7 +720,7 @@
 		},
 		GType_LIVINGBOOKSV1,
 		GF_LB_10,
-		"ARTHUR.EXE" // FIXME: Check this (ST?) 
+		"ARTHUR.EXE"
 	},
 
 	{
@@ -930,7 +930,7 @@
 		},
 		GType_LIVINGBOOKSV2,
 		0,
-		0 // FIXME: ST?
+		"RACE.EXE"
 	},
 
 	// 32-bit version of the previous entry
@@ -946,7 +946,7 @@
 		},
 		GType_LIVINGBOOKSV2,
 		0,
-		0 // FIXME: ST?
+		"RACE32.EXE"
 	},
 
 	{


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