diff options
author | Einar Johan Trøan Sømåen | 2012-06-03 01:15:49 +0200 |
---|---|---|
committer | Einar Johan Trøan Sømåen | 2012-06-03 01:15:49 +0200 |
commit | 071c5a1d83e4da25e0d91f2d957a0bafed1cb341 (patch) | |
tree | 4603fd7f2e85b55138965e8b86c0d60c3c4351f5 | |
parent | af518b7433d1c13e476444cbaf4482313d5c9caf (diff) | |
download | scummvm-rg350-071c5a1d83e4da25e0d91f2d957a0bafed1cb341.tar.gz scummvm-rg350-071c5a1d83e4da25e0d91f2d957a0bafed1cb341.tar.bz2 scummvm-rg350-071c5a1d83e4da25e0d91f2d957a0bafed1cb341.zip |
WINTERMUTE: Add detection for the J.U.L.I.A.-demo
-rw-r--r-- | engines/wintermute/detection.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/engines/wintermute/detection.cpp b/engines/wintermute/detection.cpp index 0ae305eb23..d7eb48e4be 100644 --- a/engines/wintermute/detection.cpp +++ b/engines/wintermute/detection.cpp @@ -62,6 +62,17 @@ static const ADGameDescription gameDescriptions[] = { ADGF_USEEXTRAASTITLE, GUIO0() }, + { + "wintermute", + "J.U.L.I.A. Demo", + AD_ENTRY1s("data.dcp", "f0bbc3394555a9811f6050dae428cab6", 7655237), + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_UNSTABLE | + ADGF_USEEXTRAASTITLE | + ADGF_DEMO, + GUIO0() + }, AD_TABLE_END_MARKER }; |