diff options
author | Einar Johan Trøan Sømåen | 2012-07-08 18:38:31 +0200 |
---|---|---|
committer | Einar Johan Trøan Sømåen | 2012-07-08 18:38:31 +0200 |
commit | a339c24946a3a928f809087c4947750b07140e98 (patch) | |
tree | 1654c4a8de96f7bb15a660b128bda00b240daae3 /engines | |
parent | 31043124d5fae105a8289ed50558e5693c5b0b6c (diff) | |
download | scummvm-rg350-a339c24946a3a928f809087c4947750b07140e98.tar.gz scummvm-rg350-a339c24946a3a928f809087c4947750b07140e98.tar.bz2 scummvm-rg350-a339c24946a3a928f809087c4947750b07140e98.zip |
WINTERMUTE: Add detection for Pigeons in the Park
Diffstat (limited to 'engines')
-rw-r--r-- | engines/wintermute/detection.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/engines/wintermute/detection.cpp b/engines/wintermute/detection.cpp index 7423b74c0a..f06330da59 100644 --- a/engines/wintermute/detection.cpp +++ b/engines/wintermute/detection.cpp @@ -96,6 +96,16 @@ static const ADGameDescription gameDescriptions[] = { }, { "wintermute", + "Pigeons in the Park", + AD_ENTRY1s("data.dcp", "9143a5b6ff8206aefe3c4c643add3ec7", 2611100), + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_UNSTABLE | + ADGF_USEEXTRAASTITLE, + GUIO0() + }, + { + "wintermute", "the white chamber", AD_ENTRY1s("data.dcp", "0011d01142547c61e51ba24dc42b579e", 186451273), Common::EN_ANY, |