diff options
author | Einar Johan Trøan Sømåen | 2012-07-18 16:43:11 +0200 |
---|---|---|
committer | Einar Johan Trøan Sømåen | 2012-07-18 16:43:11 +0200 |
commit | 1973d745afa320fac5f8c0772faa3c67c15d0dbb (patch) | |
tree | b1704566cb814fc2ce962e94953ca2c2497aa7f5 /engines/wintermute | |
parent | bcb32c4e1f9243f18825756bc96a0f1d47b703ac (diff) | |
download | scummvm-rg350-1973d745afa320fac5f8c0772faa3c67c15d0dbb.tar.gz scummvm-rg350-1973d745afa320fac5f8c0772faa3c67c15d0dbb.tar.bz2 scummvm-rg350-1973d745afa320fac5f8c0772faa3c67c15d0dbb.zip |
WINTERMUTE: Add detection for Hamlet or the last game without MMORPS features, shaders and product placement
Diffstat (limited to 'engines/wintermute')
-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 246ca4be64..b91f57f0c8 100644 --- a/engines/wintermute/detection.cpp +++ b/engines/wintermute/detection.cpp @@ -39,6 +39,7 @@ static const PlainGameDescriptor wintermuteGames[] = { {"chivalry", "Chivalry is Not Dead"}, {"dirtysplit", "Dirty Split"}, {"ghostsheet", "Ghost in the Sheet"}, + {"hamlet", "Hamlet or the last game without MMORPS features, shaders and product placement"}, {"julia", "J.U.L.I.A."}, {"mirage", "Mirage"}, {"pigeons", "Pigeons in the Park"}, @@ -114,6 +115,15 @@ static const ADGameDescription gameDescriptions[] = { GUIO0() }, { + "hamlet", + "", + AD_ENTRY1s("data.dcp", "f624add957a77c9930529fb28cc2450f", 88183022), + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_UNSTABLE, + GUIO0() + }, + { "julia", "", AD_ENTRY1s("data.dcp", "c2264b4f8fcd132d2913ff5b6076a24f", 10109741), |