diff options
author | sluicebox | 2019-08-11 20:52:11 -0700 |
---|---|---|
committer | sluicebox | 2019-08-11 20:56:18 -0700 |
commit | 8d648b5b7ee235581a1d1c204b4941cd3e67fa8f (patch) | |
tree | 6ce1c77448e19a617d783a8aeb193e8aac540d52 | |
parent | c06fd200bdfd05ed1a99791651f5a69722661ef0 (diff) | |
download | scummvm-rg350-8d648b5b7ee235581a1d1c204b4941cd3e67fa8f.tar.gz scummvm-rg350-8d648b5b7ee235581a1d1c204b4941cd3e67fa8f.tar.bz2 scummvm-rg350-8d648b5b7ee235581a1d1c204b4941cd3e67fa8f.zip |
SCI: Add detection entry for QFG4 Demo from KQ6 CD-ROM
Trac #11062
-rw-r--r-- | engines/sci/detection_tables.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index 7f62d70885..87c0f52966 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -4097,6 +4097,15 @@ static const struct ADGameDescription SciGameDescriptions[] = { AD_LISTEND}, Common::EN_ANY, Common::kPlatformDOS, 0, GUIO_STD16 }, + // Quest for Glory 4 - English DOS Non-Interactive Demo (from KQ6 CD-ROM) + // No interpreter version number, doesn't include FLYTHRU.SEQ intro + // Note: we are not using ADGF_DEMO here, to avoid a game ID like qfg4demo-demo + {"qfg4demo", "Demo", { + { "resource.map", 0, "0d71869e3fa1d6a23c2a76ad845f693f", 922 }, + { "resource.000", 0, "41ba03f0b188b029132daa3ece0d3e14", 623154 }, + AD_LISTEND}, + Common::EN_ANY, Common::kPlatformDOS, 0, GUIO_STD16 }, + #ifdef ENABLE_SCI32 #define GUIO_QFG4_FLOPPY GUIO2(GUIO_NOSPEECH, \ |