[Scummvm-git-logs] scummvm master -> 270e13f58cc309802bd137824df6fd9017ad732a

bluegr noreply at scummvm.org
Tue Jan 2 18:00:35 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:
270e13f58c GOB: add correct langcode and version number to GOB2 Amiga entry


Commit: 270e13f58cc309802bd137824df6fd9017ad732a
    https://github.com/scummvm/scummvm/commit/270e13f58cc309802bd137824df6fd9017ad732a
Author: Benjamin Funke (bjnfne at web.de)
Date: 2024-01-02T20:00:31+02:00

Commit Message:
GOB: add correct langcode and version number to GOB2 Amiga entry

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


diff --git a/engines/gob/detection/tables_gob2.h b/engines/gob/detection/tables_gob2.h
index 871694dda19..a8e6d0f12a8 100644
--- a/engines/gob/detection/tables_gob2.h
+++ b/engines/gob/detection/tables_gob2.h
@@ -644,9 +644,9 @@
 { // Supplied by polluks in bug report #3628
 	{
 		"gob2",
-		"Interactive Demo",
+		"Interactive Demo (v1.0)",
 		AD_ENTRY1s("intro.stk", "9fa85aea959fa8c582085855fbd99346", 553063),
-		UNK_LANG,
+		EN_ANY,
 		kPlatformAmiga,
 		ADGF_DEMO,
 		GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)




More information about the Scummvm-git-logs mailing list