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

sdelamarre noreply at scummvm.org
Thu Apr 20 21:12:37 UTC 2023


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:
e2b8c660fb GOB: the German version of Adibou1 is kPlatformWindows and 640x480


Commit: e2b8c660fbb073910fd4f1266e9e0c4997a5f1c8
    https://github.com/scummvm/scummvm/commit/e2b8c660fbb073910fd4f1266e9e0c4997a5f1c8
Author: Simon Delamarre (simon.delamarre14 at gmail.com)
Date: 2023-04-20T23:11:34+02:00

Commit Message:
GOB: the German version of Adibou1 is kPlatformWindows and 640x480

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


diff --git a/engines/gob/detection/tables_adibou1.h b/engines/gob/detection/tables_adibou1.h
index 67141b14bb6..3df4f6ecef3 100644
--- a/engines/gob/detection/tables_adibou1.h
+++ b/engines/gob/detection/tables_adibou1.h
@@ -79,12 +79,12 @@
 		"ADI Jr. 4-6 Jahre",
 		AD_ENTRY1s("intro.stk", "4d4c23da4cd7e080cb1769b49ace1805", 4731020),
 		DE_DEU,
-		kPlatformDOS,
+		kPlatformWindows,
 		ADGF_UNSTABLE,
 		GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
 	},
 	kGameTypeAdibou1,
-	kFeaturesAdLib,
+	kFeaturesAdLib | kFeatures640x480,
 	0, 0, 0
 },
 




More information about the Scummvm-git-logs mailing list