aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorEinar Johan Trøan Sømåen2012-06-03 01:15:49 +0200
committerEinar Johan Trøan Sømåen2012-06-03 01:15:49 +0200
commit071c5a1d83e4da25e0d91f2d957a0bafed1cb341 (patch)
tree4603fd7f2e85b55138965e8b86c0d60c3c4351f5 /engines
parentaf518b7433d1c13e476444cbaf4482313d5c9caf (diff)
downloadscummvm-rg350-071c5a1d83e4da25e0d91f2d957a0bafed1cb341.tar.gz
scummvm-rg350-071c5a1d83e4da25e0d91f2d957a0bafed1cb341.tar.bz2
scummvm-rg350-071c5a1d83e4da25e0d91f2d957a0bafed1cb341.zip
WINTERMUTE: Add detection for the J.U.L.I.A.-demo
Diffstat (limited to 'engines')
-rw-r--r--engines/wintermute/detection.cpp11
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
};