aboutsummaryrefslogtreecommitdiff
path: root/engines/composer
diff options
context:
space:
mode:
Diffstat (limited to 'engines/composer')
-rw-r--r--engines/composer/detection.cpp15
1 files changed, 15 insertions, 0 deletions
diff --git a/engines/composer/detection.cpp b/engines/composer/detection.cpp
index 8704a5eabc..c646a0e43e 100644
--- a/engines/composer/detection.cpp
+++ b/engines/composer/detection.cpp
@@ -56,6 +56,7 @@ Common::Language ComposerEngine::getLanguage() const {
static const PlainGameDescriptor composerGames[] = {
{"darby", "Darby the Dragon"},
+ {"gregory", "Gregory and the Hot Air Balloon"},
{"demo1", "Magic Tales Demo 1"},
{0, 0}
};
@@ -93,6 +94,20 @@ static const ComposerGameDescription gameDescriptions[] = {
GType_ComposerV2
},
+ {
+ {
+ "gregory",
+ 0,
+ {{"install.inf", 0, "b7e9d6f7949d412dad0a183375069844", -1},
+ AD_LISTEND},
+ Common::EN_ANY,
+ Common::kPlatformWindows,
+ ADGF_NO_FLAGS,
+ Common::GUIO_NONE
+ },
+ GType_ComposerV2
+ },
+
{ AD_TABLE_END_MARKER, 0 }
};