[Scummvm-cvs-logs] scummvm master -> e4b2913e4ac5584803e65008c44addea05c3892a

bluegr bluegr at gmail.com
Fri Dec 26 03:06:42 CET 2014


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
e4b2913e4a ZVISION: Reorder the detection entries


Commit: e4b2913e4ac5584803e65008c44addea05c3892a
    https://github.com/scummvm/scummvm/commit/e4b2913e4ac5584803e65008c44addea05c3892a
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2014-12-26T04:05:48+02:00

Commit Message:
ZVISION: Reorder the detection entries

Changed paths:
    engines/zvision/detection.cpp



diff --git a/engines/zvision/detection.cpp b/engines/zvision/detection.cpp
index b8d6a74..a361239 100644
--- a/engines/zvision/detection.cpp
+++ b/engines/zvision/detection.cpp
@@ -100,28 +100,28 @@ static const ZVisionGameDescription gameDescriptions[] = {
 	},
 
 	{
-		// Zork Grand Inquisitor English demo version
+		// Zork Grand Inquisitor English DVD version
 		{
 			"zgi",
-			"Demo",
-			AD_ENTRY1s("SCRIPTS.ZFS", "71a2494fd2fb999347deb13401e9b998", 304239),
+			"DVD",
+			AD_ENTRY1s("SCRIPTS.ZFS", "03157a3399513bfaaf8dc6d5ab798b36", 8433326),
 			Common::EN_ANY,
 			Common::kPlatformWindows,
-			ADGF_DEMO,
+			ADGF_NO_FLAGS,
 			GUIO1(GUIO_NONE)
 		},
 		GID_GRANDINQUISITOR
 	},
 
 	{
-		// Zork Grand Inquisitor English DVD version
+		// Zork Grand Inquisitor English demo version
 		{
 			"zgi",
-			"DVD",
-			AD_ENTRY1s("SCRIPTS.ZFS", "03157a3399513bfaaf8dc6d5ab798b36", 8433326),
+			"Demo",
+			AD_ENTRY1s("SCRIPTS.ZFS", "71a2494fd2fb999347deb13401e9b998", 304239),
 			Common::EN_ANY,
 			Common::kPlatformWindows,
-			ADGF_NO_FLAGS,
+			ADGF_DEMO,
 			GUIO1(GUIO_NONE)
 		},
 		GID_GRANDINQUISITOR






More information about the Scummvm-git-logs mailing list