diff options
author | Colin Snover | 2017-09-14 00:29:55 -0500 |
---|---|---|
committer | Colin Snover | 2017-09-14 00:30:57 -0500 |
commit | 88420970b78cd8f740c3251d7d6c028c06ef6fc1 (patch) | |
tree | 847d30dc0178ef5098f48f2842c185b6319ce706 /engines | |
parent | 421a2defcb899a10fcf0748a4df1020a3d99cebe (diff) | |
download | scummvm-rg350-88420970b78cd8f740c3251d7d6c028c06ef6fc1.tar.gz scummvm-rg350-88420970b78cd8f740c3251d7d6c028c06ef6fc1.tar.bz2 scummvm-rg350-88420970b78cd8f740c3251d7d6c028c06ef6fc1.zip |
SCI32: Fix PQ:SWAT platform
Diffstat (limited to 'engines')
-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 c80de93bad..202827dcfb 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -3593,7 +3593,7 @@ static const struct ADGameDescription SciGameDescriptions[] = { {"resmap.004", 0, "4228038906f041623e65789500b22285", 6835}, {"ressci.004", 0, "b7e619e6ecf62fe65d5116a3a422e5f0", 46223872}, AD_LISTEND}, - Common::EN_ANY, Common::kPlatformWindows, ADGF_UNSTABLE, GUIO_PQSWAT }, + Common::EN_ANY, Common::kPlatformDOS, ADGF_UNSTABLE, GUIO_PQSWAT }, #undef GUIO_PQSWAT_DEMO #undef GUIO_PQSWAT |