diff options
author | Colin Snover | 2016-07-11 13:53:58 -0500 |
---|---|---|
committer | Colin Snover | 2016-07-11 13:55:17 -0500 |
commit | 1cf1b88c7dd0bfc4714779f23a2b8d2fc535c612 (patch) | |
tree | c4af58c8cc218e34e7c690be49873d5f304c52e2 | |
parent | 1ab87e3f8f24b19f5b9257dd9e6c5118b1a00f1d (diff) | |
download | scummvm-rg350-1cf1b88c7dd0bfc4714779f23a2b8d2fc535c612.tar.gz scummvm-rg350-1cf1b88c7dd0bfc4714779f23a2b8d2fc535c612.tar.bz2 scummvm-rg350-1cf1b88c7dd0bfc4714779f23a2b8d2fc535c612.zip |
SCI32: Add ADGF_DEMO flag to Hoyle 5 detection
-rw-r--r-- | engines/sci/detection_tables.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index 2d1b935726..598f0d987d 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -1142,7 +1142,7 @@ static const struct ADGameDescription SciGameDescriptions[] = { {"ressci.000", 0, "98a39ae535dd01714ac313f8ba925045", 7260363}, {"resmap.000", 0, "10267a1542a73d527e50f0340549088b", 4900}, AD_LISTEND}, - Common::EN_ANY, Common::kPlatformWindows, ADGF_UNSTABLE, GUIO_HOYLE5_DEMO }, + Common::EN_ANY, Common::kPlatformWindows, ADGF_DEMO | ADGF_UNSTABLE, GUIO_HOYLE5_DEMO }, #endif // ENABLE_SCI32 |