[Scummvm-git-logs] scummvm master -> 25614c60c8cad149d8203d313019510a8c5a4f12

tsoliman tarek at bashasoliman.com
Tue Jan 17 23:10:25 CET 2017


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
25614c60c8 SCI: Add more version info to SQ4 detection entry


Commit: 25614c60c8cad149d8203d313019510a8c5a4f12
    https://github.com/scummvm/scummvm/commit/25614c60c8cad149d8203d313019510a8c5a4f12
Author: Tarek Soliman (tsoliman at scummvm.org)
Date: 2017-01-17T16:09:31-06:00

Commit Message:
SCI: Add more version info to SQ4 detection entry

Changed paths:
    engines/sci/detection_tables.h


diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index 90b9412..52fb703 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", "", {





More information about the Scummvm-git-logs mailing list