[Scummvm-git-logs] scummvm master -> 63ebe6d55f89379388545f12b8b81ff1cb860c30

sluicebox noreply at scummvm.org
Sun Jul 6 23:07:49 UTC 2025


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

Summary:
63ebe6d55f SCI32: Fix QFG4 1.0 detection entry comments


Commit: 63ebe6d55f89379388545f12b8b81ff1cb860c30
    https://github.com/scummvm/scummvm/commit/63ebe6d55f89379388545f12b8b81ff1cb860c30
Author: sluicebox (22204938+sluicebox at users.noreply.github.com)
Date: 2025-07-06T16:07:30-07:00

Commit Message:
SCI32: Fix QFG4 1.0 detection entry comments

Trac #16082

Changed paths:
    engines/sci/detection_tables.h


diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index cde4d241339..03142bfd134 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -5309,19 +5309,19 @@ static const struct ADGameDescription SciGameDescriptions[] = {
 							   GAMEOPTION_HQ_VIDEO, \
 							   GAMEOPTION_ENABLE_GMM_SAVE)
 
-	// Quest for Glory 4 1.1 Floppy - English DOS (supplied by markcool in bug report #4280)
+	// Quest for Glory 4 1.0 Floppy - English DOS
 	// SCI interpreter version 2.000.000
 	{"qfg4", "", {
-		{"resource.map", 0, "685bdb1ed47bbbb0e5e25db392da83ce", 9301},
-		{"resource.000", 0, "f64fd6aa3977939a86ff30783dd677e1", 11004993},
+		{"resource.map", 0, "d10a4cc177d2091d744e2ad8c049b0ae", 9295},
+		{"resource.000", 0, "f64fd6aa3977939a86ff30783dd677e1", 11003589},
 		AD_LISTEND},
-		Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_QFG4_FLOPPY },
+		Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_QFG4_FLOPPY },			   
 
-	// Quest for Glory 4 1.1 Floppy - English DOS (supplied by abevi in bug report #4176)
+	// Quest for Glory 4 1.1 Floppy - English DOS (supplied by markcool in bug report #4280)
 	// SCI interpreter version 2.000.000
 	{"qfg4", "", {
-		{"resource.map", 0, "d10a4cc177d2091d744e2ad8c049b0ae", 9295},
-		{"resource.000", 0, "f64fd6aa3977939a86ff30783dd677e1", 11003589},
+		{"resource.map", 0, "685bdb1ed47bbbb0e5e25db392da83ce", 9301},
+		{"resource.000", 0, "f64fd6aa3977939a86ff30783dd677e1", 11004993},
 		AD_LISTEND},
 		Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_QFG4_FLOPPY },
 




More information about the Scummvm-git-logs mailing list