diff options
| -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 8fb45dc8b9..9f654dc4b7 100644 --- a/engines/wintermute/detection_tables.h +++ b/engines/wintermute/detection_tables.h @@ -37,6 +37,7 @@ static const PlainGameDescriptor wintermuteGames[] = {  	{"carolreed9",      "Carol Reed 9 - Cold Case Summer"},  	{"chivalry",        "Chivalry is Not Dead"},  	{"deadcity",        "Dead City"}, +	{"dreaming",        "Des Reves Elastiques Avec Mille Insectes Nommes Georges"},  	{"dirtysplit",      "Dirty Split"},  	{"dreamscape",      "Dreamscape"},  	{"ghostsheet",      "Ghost in the Sheet"}, @@ -249,6 +250,16 @@ static const ADGameDescription gameDescriptions[] = {  		ADGF_UNSTABLE,  		GUIO0()  	}, +	// Des Reves Elastiques Avec Mille Insectes Nommes Georges +	{ +		"dreaming", +		"", +		AD_ENTRY1s("data.dcp", "4af26d97ea063fc1277ce30ae431de90", 8804073), +		Common::EN_ANY, +		Common::kPlatformWindows, +		ADGF_UNSTABLE, +		GUIO0() +	},  	// Dreamscape  	{  		"dreamscape",  | 
