diff options
Diffstat (limited to 'engines/wage/detection.cpp')
-rw-r--r-- | engines/wage/detection.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/engines/wage/detection.cpp b/engines/wage/detection.cpp index f8297c2bd2..4bf8aa81ab 100644 --- a/engines/wage/detection.cpp +++ b/engines/wage/detection.cpp @@ -39,6 +39,7 @@ const char *WageEngine::getGameFile() const { static const PlainGameDescriptor wageGames[] = { {"afm", "Another Fine Mess"}, + {"cantitoe", "Camp Cantitoe"}, {"wage", "World Adventure Game Engine game"}, {0, 0} }; @@ -55,6 +56,15 @@ static const ADGameDescription gameDescriptions[] = { ADGF_NO_FLAGS, GUIO0() }, + { + "cantitoe", + "", + AD_ENTRY1s("Camp Cantitoe", "098aa5c11c58e1ef274a30a9e01b4755", 621440), + Common::EN_ANY, + Common::kPlatformMacintosh, + ADGF_NO_FLAGS, + GUIO0() + }, AD_TABLE_END_MARKER }; |