COMPOSER: Detect Gregory and the Hot Air Balloon.

This commit is contained in:
Alyssa Milburn 2011-07-15 00:02:28 +02:00
parent 3935b3ed6b
commit 24ca79e740

View file

@ -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 }
};