diff options
author | Tarek Soliman | 2017-01-17 15:58:32 -0600 |
---|---|---|
committer | Tarek Soliman | 2017-01-17 16:09:31 -0600 |
commit | 25614c60c8cad149d8203d313019510a8c5a4f12 (patch) | |
tree | df9f6f4510512fa3a6fb6466b8bd2aa235692c34 /engines/sci | |
parent | 4ede54e6b0f76201937fc90387f3579fbb546719 (diff) | |
download | scummvm-rg350-25614c60c8cad149d8203d313019510a8c5a4f12.tar.gz scummvm-rg350-25614c60c8cad149d8203d313019510a8c5a4f12.tar.bz2 scummvm-rg350-25614c60c8cad149d8203d313019510a8c5a4f12.zip |
SCI: Add more version info to SQ4 detection entry
Diffstat (limited to 'engines/sci')
-rw-r--r-- | engines/sci/detection_tables.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index 90b9412b9a..52fb703e13 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -4233,6 +4233,7 @@ static const struct ADGameDescription SciGameDescriptions[] = { Common::EN_ANY, Common::kPlatformDOS, 0, GUIO4(GUIO_NOSPEECH, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI) }, // Space Quest 4 1.052 - English DOS Floppy (supplied by markcoolio in bug report #2723865) + // Also matches floppies labeled "VER#1.1 INT#4.29.91" (tsoliman) // Executable scanning reports "1.000.753" // SCI interpreter version 1.000.200 (just a guess) {"sq4", "", { |