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

mthreepwood at users.sourceforge.net mthreepwood at users.sourceforge.net
Sun Feb 15 23:42:10 CET 2009


Revision: 38324
          http://scummvm.svn.sourceforge.net/scummvm/?rev=38324&view=rev
Author:   mthreepwood
Date:     2009-02-15 22:42:09 +0000 (Sun, 15 Feb 2009)

Log Message:
-----------
Mark kq1sci as "SCI Remake" instead of "VGA Remake". It's not in VGA ;)

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

Modified: scummvm/trunk/engines/sci/detection.cpp
===================================================================
--- scummvm/trunk/engines/sci/detection.cpp	2009-02-15 22:34:57 UTC (rev 38323)
+++ scummvm/trunk/engines/sci/detection.cpp	2009-02-15 22:42:09 UTC (rev 38324)
@@ -283,8 +283,8 @@
 		{NULL, 0, NULL, 0}}, Common::EN_ANY, Common::kPlatformPC, 0},
 		{}},
 
-	// King's Quest 1 VGA Remake - English
-	{{"kq1sci", "VGA Remake", {
+	// King's Quest 1 SCI Remake - English
+	{{"kq1sci", "SCI Remake", {
 		{"resource.map", 0, "7fe9399a0bec84ca5727309778d27f07", 5790},
 		{"resource.001", 0, "fed9e0072ffd511d248674e60dee2099", 555439},
 		{"resource.002", 0, "fed9e0072ffd511d248674e60dee2099", 714062},
@@ -292,8 +292,8 @@
 		{NULL, 0, NULL, 0}}, Common::EN_ANY, Common::kPlatformPC, 0},
 		{}},
 
-	// King's Quest 1 VGA Remake - English Amiga (from www.back2roots.org)
-	{{"kq1sci", "VGA Remake", {
+	// King's Quest 1 SCI Remake - English Amiga (from www.back2roots.org)
+	{{"kq1sci", "SCI Remake", {
 		{"resource.map", 0, "37ed1a05eb719629eba15059c2eb6cbe", 6798},
 		{"resource.001", 0, "9ae2a13708d691cd42f9129173c4b39d", 266621},
 		{"resource.002", 0, "9ae2a13708d691cd42f9129173c4b39d", 795123},


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