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

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Wed Feb 18 19:03:52 CET 2009


Revision: 38494
          http://scummvm.svn.sourceforge.net/scummvm/?rev=38494&view=rev
Author:   lordhoto
Date:     2009-02-18 18:03:52 +0000 (Wed, 18 Feb 2009)

Log Message:
-----------
Fixed warnings.

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

Modified: scummvm/trunk/engines/sci/detection.cpp
===================================================================
--- scummvm/trunk/engines/sci/detection.cpp	2009-02-18 17:57:57 UTC (rev 38493)
+++ scummvm/trunk/engines/sci/detection.cpp	2009-02-18 18:03:52 UTC (rev 38494)
@@ -451,7 +451,9 @@
 		{"resource.map", 0, "7a550ebfeae2575ca00d47703a6a774c", 9215},
 		{"resource.000", 0, "233394a5f33b475ae5975e7e9a420865", 8376352},
 		{NULL, 0, NULL, 0}}, Common::EN_ANY, Common::kPlatformPC, 0},
-		{}},
+		{},
+		SCI_VERSION(0, 000, 000)	// FIXME: add version here
+	},
 
 	// King's Quest 7 - English DOS
 	{{"kq7", "", {
@@ -1295,13 +1297,13 @@
 		SCI_VERSION(0, 000, 000)	// FIXME: add version here
 	},
 
-	{AD_TABLE_END_MARKER, {}}
+	{AD_TABLE_END_MARKER, {}, SCI_VERSION(0, 000, 000)}
 };
 
 // Generic entries for filename based fallback
 static const struct SciGameDescription SciGameGeneric[] = {
-	{{"sci", 0, AD_ENTRY1("resource.map", NULL), Common::UNK_LANG, Common::kPlatformUnknown, 0},{}},
-	{AD_TABLE_END_MARKER, {}}
+	{{"sci", 0, AD_ENTRY1("resource.map", NULL), Common::UNK_LANG, Common::kPlatformUnknown, 0},{},SCI_VERSION(0, 000, 000)},
+	{AD_TABLE_END_MARKER, {}, SCI_VERSION(0, 000, 000)}
 };
 
 // Filename based fallback information


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