Blob Blame History Raw
diff -up scummvm-1.0.0/engines/lure/detection.cpp~ scummvm-1.0.0/engines/lure/detection.cpp
--- scummvm-1.0.0/engines/lure/detection.cpp~	2009-11-07 01:08:41.000000000 +0100
+++ scummvm-1.0.0/engines/lure/detection.cpp	2010-04-04 10:08:03.337518043 +0200
@@ -59,53 +59,53 @@ static const LureGameDescription gameDes
 	{
 		{
 			"lure",
-			"EGA",
-			AD_ENTRY1("disk1.ega", "e9c9fdd8a19f7910d68e53cb84651273"),
+			"VGA",
+			AD_ENTRY1("disk1.vga", "b2a8aa6d7865813a17a3c636e063572e"),
 			Common::EN_ANY,
 			Common::kPlatformPC,
 			ADGF_NO_FLAGS,
 			GUIO_NONE
 		},
-		GF_FLOPPY | GF_EGA,
+		GF_FLOPPY,
 	},
 
 	{
 		{
 			"lure",
-			"VGA",
-			AD_ENTRY1("disk1.vga", "b2a8aa6d7865813a17a3c636e063572e"),
+			"EGA",
+			AD_ENTRY1("disk1.ega", "e9c9fdd8a19f7910d68e53cb84651273"),
 			Common::EN_ANY,
 			Common::kPlatformPC,
 			ADGF_NO_FLAGS,
 			GUIO_NONE
 		},
-		GF_FLOPPY,
+		GF_FLOPPY | GF_EGA,
 	},
 
 	{
 		{
 			"lure",
-			"EGA",
-			AD_ENTRY1("disk1.ega", "b80aced0321f64c58df2c7d3d74dfe79"),
+			"VGA",
+			AD_ENTRY1("disk1.vga", "cf69d5ada228dd74f89046691c16aafb"),
 			Common::IT_ITA,
 			Common::kPlatformPC,
 			ADGF_NO_FLAGS,
 			GUIO_NONE
 		},
-		GF_FLOPPY | GF_EGA,
+		GF_FLOPPY,
 	},
 
 	{
 		{
 			"lure",
-			"VGA",
-			AD_ENTRY1("disk1.vga", "cf69d5ada228dd74f89046691c16aafb"),
+			"EGA",
+			AD_ENTRY1("disk1.ega", "b80aced0321f64c58df2c7d3d74dfe79"),
 			Common::IT_ITA,
 			Common::kPlatformPC,
 			ADGF_NO_FLAGS,
 			GUIO_NONE
 		},
-		GF_FLOPPY,
+		GF_FLOPPY | GF_EGA,
 	},
 
 	{