[Scummvm-git-logs] scummvm master -> de19069cdc75605b25147f093d7f9349ce4f68f4
bluegr
noreply at scummvm.org
Sat Jul 13 15:11:26 UTC 2024
This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
d8fea2bd45 GOB: Extend German title for ADI 2
de19069cdc GOB: Adi2 Sierra variants use 640x400 resolution
Commit: d8fea2bd45049366bd2188d1b8b0b822e00e3d67
https://github.com/scummvm/scummvm/commit/d8fea2bd45049366bd2188d1b8b0b822e00e3d67
Author: Benjamin Funke (bjnfne at web.de)
Date: 2024-07-13T18:11:23+03:00
Commit Message:
GOB: Extend German title for ADI 2
Changed paths:
engines/gob/detection/tables_adi2.h
diff --git a/engines/gob/detection/tables_adi2.h b/engines/gob/detection/tables_adi2.h
index 7182d1f44d5..44bf56394d1 100644
--- a/engines/gob/detection/tables_adi2.h
+++ b/engines/gob/detection/tables_adi2.h
@@ -25,7 +25,7 @@
*
*/
-/* Detection tables for the ADI / Addy 2 series. */
+/* Detection tables for the ADI 2 series. */
#ifndef GOB_DETECTION_TABLES_ADI2_H
#define GOB_DETECTION_TABLES_ADI2_H
@@ -111,7 +111,7 @@
"adi2.stk", "ediintro.tot", 0
},
-// -- German: Addy --
+// -- German: ADI Spielerisch lernen --
{
{
Commit: de19069cdc75605b25147f093d7f9349ce4f68f4
https://github.com/scummvm/scummvm/commit/de19069cdc75605b25147f093d7f9349ce4f68f4
Author: Benjamin Funke (bjnfne at web.de)
Date: 2024-07-13T18:11:23+03:00
Commit Message:
GOB: Adi2 Sierra variants use 640x400 resolution
This fixes the crash at startup of the Game
Changed paths:
engines/gob/detection/tables_adi2.h
diff --git a/engines/gob/detection/tables_adi2.h b/engines/gob/detection/tables_adi2.h
index 44bf56394d1..d510f8e17ed 100644
--- a/engines/gob/detection/tables_adi2.h
+++ b/engines/gob/detection/tables_adi2.h
@@ -246,7 +246,7 @@
ADGF_UNSTABLE,
GUIO0()
},
- kFeaturesNone, // When Assertion bug is fixed check if this version also needs kFeatures600x400
+ kFeatures640x400,
"adi2.stk", "ediintro.tot", 0
},
{
@@ -259,7 +259,7 @@
ADGF_UNSTABLE,
GUIO0()
},
- kFeaturesNone, // When Assertion bug is fixed check if this version also needs kFeatures600x400
+ kFeatures640x400,
"adi2.stk", "ediintro.tot", 0
},
More information about the Scummvm-git-logs
mailing list