diff options
| author | Alyssa Milburn | 2011-07-15 00:02:28 +0200 | 
|---|---|---|
| committer | Alyssa Milburn | 2011-07-15 00:02:28 +0200 | 
| commit | 24ca79e740ece52072e026d39f34234c24333c5c (patch) | |
| tree | 43f8fa305ebbd3ad37c54856f8f0906cbd9de3bd | |
| parent | 3935b3ed6be6bde5272b0d84a3dbe0df54f205fc (diff) | |
| download | scummvm-rg350-24ca79e740ece52072e026d39f34234c24333c5c.tar.gz scummvm-rg350-24ca79e740ece52072e026d39f34234c24333c5c.tar.bz2 scummvm-rg350-24ca79e740ece52072e026d39f34234c24333c5c.zip | |
COMPOSER: Detect Gregory and the Hot Air Balloon.
| -rw-r--r-- | engines/composer/detection.cpp | 15 | 
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 }  }; | 
