diff options
author | Filippos Karapetis | 2008-04-22 10:18:32 +0000 |
---|---|---|
committer | Filippos Karapetis | 2008-04-22 10:18:32 +0000 |
commit | 52f43fcff44e4dee4eb25965e2ea2affe9583a1d (patch) | |
tree | 90de54ad35d5317561d531c146b514b24b931da6 /engines | |
parent | b302ca9a7e79032df86b5eb69e1e3f0e3a6fbc5c (diff) | |
download | scummvm-rg350-52f43fcff44e4dee4eb25965e2ea2affe9583a1d.tar.gz scummvm-rg350-52f43fcff44e4dee4eb25965e2ea2affe9583a1d.tar.bz2 scummvm-rg350-52f43fcff44e4dee4eb25965e2ea2affe9583a1d.zip |
Fixed Return to Zork game ID
svn-id: r31656
Diffstat (limited to 'engines')
-rw-r--r-- | engines/made/detection.cpp | 7 |
1 files 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, |