diff options
| author | Einar Johan Trøan Sømåen | 2014-05-31 21:07:34 +0200 | 
|---|---|---|
| committer | Einar Johan Trøan Sømåen | 2014-05-31 21:07:34 +0200 | 
| commit | aea94110d1f9d6cff4e9b264f5fcf20e9552202b (patch) | |
| tree | a96bec2f820e4c9c5f1e6b4830bacf1667ae399d | |
| parent | 7141df0729f8631f694525f7caac53079e69803f (diff) | |
| download | scummvm-rg350-aea94110d1f9d6cff4e9b264f5fcf20e9552202b.tar.gz scummvm-rg350-aea94110d1f9d6cff4e9b264f5fcf20e9552202b.tar.bz2 scummvm-rg350-aea94110d1f9d6cff4e9b264f5fcf20e9552202b.zip  | |
WINTERMUTE: Add detection for "Boredom of Agustin Cordes"
| -rw-r--r-- | engines/wintermute/detection_tables.h | 11 | 
1 files changed, 11 insertions, 0 deletions
diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h index 130a68cb3b..02126fbeba 100644 --- a/engines/wintermute/detection_tables.h +++ b/engines/wintermute/detection_tables.h @@ -28,6 +28,7 @@ static const PlainGameDescriptor wintermuteGames[] = {  	{"5ld",             "Five Lethal Demons"},  	{"5ma",             "Five Magical Amulets"},  	{"actualdest",      "Actual Destination"}, +	{"agustin",			"Boredom of Agustin Cordes"},  	{"bickadoodle",     "Bickadoodle"},  	{"bookofgron",      "Book of Gron Part One"},  	{"bthreshold",      "Beyond the Threshold"}, @@ -108,6 +109,16 @@ static const ADGameDescription gameDescriptions[] = {  		ADGF_UNSTABLE,  		GUIO0()  	}, +	// Boredom of Agustin Cordes +	{ +		"agustin", +		"", +		AD_ENTRY1s("data.dcp", "abb79c16c9b92e9b06525a4c7c3f5861", 2461949), +		Common::EN_ANY, +		Common::kPlatformWindows, +		ADGF_UNSTABLE, +		GUIO0() +	},  	// Beyond the Threshold  	{  		"bthreshold",  | 
