From 52f43fcff44e4dee4eb25965e2ea2affe9583a1d Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Tue, 22 Apr 2008 10:18:32 +0000 Subject: Fixed Return to Zork game ID svn-id: r31656 --- engines/made/detection.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/engines/made/detection.cpp b/engines/made/detection.cpp index f3a1a7218a..e8b63a0aca 100644 --- a/engines/made/detection.cpp +++ b/engines/made/detection.cpp @@ -61,7 +61,8 @@ uint16 MadeEngine::getVersion() const { } static const PlainGameDescriptor madeGames[] = { - {"made", "Return to Zork"}, + {"made", "MADE engine game"}, + {"rtz", "Return to Zork"}, {0, 0} }; @@ -73,7 +74,7 @@ static const MadeGameDescription gameDescriptions[] = { { // Return to Zork - English CD version { - "made", + "rtz", "CD", AD_ENTRY1("rtzcd.dat", "a1db8c97a78dae10f91d356f16ad07b8"), Common::EN_ANY, @@ -89,7 +90,7 @@ static const MadeGameDescription gameDescriptions[] = { { // Return to Zork - Demo { - "made", + "rtz", "Demo", AD_ENTRY1("demo.dat", "2a6a1354bd5346fad4aee08e5b56caaa"), Common::EN_ANY, -- cgit v1.2.3