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

bluegr noreply at scummvm.org
Thu Aug 29 22:31:21 UTC 2024


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:
a8126aab3e GOB: Fix DOS EGA game detection following #5868 merge


Commit: a8126aab3eb37905824514d61930f99d55352f38
    https://github.com/scummvm/scummvm/commit/a8126aab3eb37905824514d61930f99d55352f38
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2024-08-30T01:31:18+03:00

Commit Message:
GOB: Fix DOS EGA game detection following #5868 merge

This avoids Amiga version being picked over DOS EGA one.
They now have the same number of files so the user is prompted which
version it owns.

Changed paths:
    engines/gob/detection/tables_gob1.h


diff --git a/engines/gob/detection/tables_gob1.h b/engines/gob/detection/tables_gob1.h
index fc521ce9ab0..eab96d8106f 100644
--- a/engines/gob/detection/tables_gob1.h
+++ b/engines/gob/detection/tables_gob1.h
@@ -608,8 +608,7 @@
 	{
 		"gob1",
 		"",
-		AD_ENTRY2s("intro.stk", "c65e9cc8ba23a38456242e1f2b1caad4", 135561,
-		           "disk1.stk", "6797b5dbdace1518ecf93dc0414970d8", 367110),
+		AD_ENTRY1s("intro.stk", "c65e9cc8ba23a38456242e1f2b1caad4", 135561),
 		UNK_LANG,
 		kPlatformAmiga,
 		ADGF_NO_FLAGS,




More information about the Scummvm-git-logs mailing list