[Scummvm-git-logs] scummvm master -> 9bf7dc817fb76e59b97c673f7f4cd555ffcdd42c

lotharsm serra at scummvm.org
Sun Jul 28 14:54:26 CEST 2019


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:
9bf7dc817f SCI: Re-apply accidentially overwritten PQ3 EGA detection entry's extra field


Commit: 9bf7dc817fb76e59b97c673f7f4cd555ffcdd42c
    https://github.com/scummvm/scummvm/commit/9bf7dc817fb76e59b97c673f7f4cd555ffcdd42c
Author: Lothar Serra Mari (serra at scummvm.org)
Date: 2019-07-28T14:53:50+02:00

Commit Message:
SCI: Re-apply accidentially overwritten PQ3 EGA detection entry's extra field

Changed paths:
    engines/sci/detection_tables.h


diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index 0cc0d15..7f62d70 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -3613,7 +3613,7 @@ static const struct ADGameDescription SciGameDescriptions[] = {
 
 	// Police Quest 3 EGA
 	// Reported by musiclyinspired in bug report #3046573
-	{"pq3", "", {
+	{"pq3", "EGA", {
 		{"resource.map", 0, "1341f7c9643947414a8e238b88f68d82", 5901},
 		{"resource.000", 0, "7659713720d61d9465a59091b7ee63ea", 402208},
 		{"resource.001", 0, "0284ca44341fbc3cb7a047e49d230234", 703373},





More information about the Scummvm-git-logs mailing list