[Scummvm-git-logs] scummvm master -> ab12211d678fb1b08ff4ec0a71fc09e8a6888f8d

csnover csnover at users.noreply.github.com
Fri Nov 4 00:51:30 CET 2016


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:
ab12211d67 SCI: Add QFG1 game version to detection table


Commit: ab12211d678fb1b08ff4ec0a71fc09e8a6888f8d
    https://github.com/scummvm/scummvm/commit/ab12211d678fb1b08ff4ec0a71fc09e8a6888f8d
Author: Colin Snover (github.com at zetafleet.com)
Date: 2016-11-03T18:51:25-05:00

Commit Message:
SCI: Add QFG1 game version to detection table

Thanks @tsoliman for the data.

Changed paths:
    engines/sci/detection_tables.h



diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index 22d2b6f..4a3d13c 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -3398,7 +3398,7 @@ static const struct ADGameDescription SciGameDescriptions[] = {
 		AD_LISTEND},
 		Common::EN_ANY, Common::kPlatformDOS, 0, GUIO5(GUIO_NOSPEECH, GAMEOPTION_EGA_UNDITHER, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI) },
 
-	// Quest for Glory 1 / Hero's Quest - English DOS 3.5" Floppy (supplied by alonzotg in bug report #3206006)
+	// Quest for Glory 1 / Hero's Quest - English DOS 3.5" Floppy v1.001 Int#0.000.566 (supplied by alonzotg in bug report #3206006)
 	{"qfg1", "", {
 		{"resource.map", 0, "85512508ed4e4ef1e3b309adabceeda9", 6486},
 		{"resource.000", 0, "481b034132106390cb5160fe61dd5f58", 80334},





More information about the Scummvm-git-logs mailing list