diff options
Diffstat (limited to 'engines/gargoyle/detection.cpp')
-rw-r--r-- | engines/gargoyle/detection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gargoyle/detection.cpp b/engines/gargoyle/detection.cpp index 2836e04d1e..4238e643ee 100644 --- a/engines/gargoyle/detection.cpp +++ b/engines/gargoyle/detection.cpp @@ -69,7 +69,7 @@ const Common::String &GargoyleEngine::getGameMD5() const { } // End of namespace Gargoyle #include "gargoyle/frotz/detection_tables.h" -#define ZCODE(ID, NAME) { ID, Gargoyle::Frotz::NAME } +#define ZCODE(ID, NAME) { ID, Gargoyle::Frotz::NAME##_DESC } static const PlainGameDescriptor gargoyleGames[] = { {"zcode", "Zcode Games" }, |