diff options
-rw-r--r-- | engines/lure/detection.cpp | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/engines/lure/detection.cpp b/engines/lure/detection.cpp index 2db489884f..36c1cf237d 100644 --- a/engines/lure/detection.cpp +++ b/engines/lure/detection.cpp @@ -72,53 +72,53 @@ static const LureGameDescription gameDescriptions[] = { { { "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, }, { |