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

bluegr noreply at scummvm.org
Mon Dec 25 10:55:26 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:
c2d2dcd4c1 GOB: use correct langcodes for GOB demos


Commit: c2d2dcd4c1e4da94f4a9f867a9dddeb02dd58b41
    https://github.com/scummvm/scummvm/commit/c2d2dcd4c1e4da94f4a9f867a9dddeb02dd58b41
Author: Benjamin Funke (bjnfne at web.de)
Date: 2023-12-25T12:55:22+02:00

Commit Message:
GOB: use correct langcodes for GOB demos

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


diff --git a/engines/gob/detection/tables_gob2.h b/engines/gob/detection/tables_gob2.h
index a247057c410..8d1c794ba10 100644
--- a/engines/gob/detection/tables_gob2.h
+++ b/engines/gob/detection/tables_gob2.h
@@ -628,7 +628,7 @@
 		"gob2",
 		"Non-Interactive Demo",
 		AD_ENTRY1("intro.stk", "8b1c98ff2ab2e14f47a1b891e9b92217"),
-		UNK_LANG,
+		EN_GRB,
 		kPlatformDOS,
 		ADGF_DEMO,
 		GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
diff --git a/engines/gob/detection/tables_gob3.h b/engines/gob/detection/tables_gob3.h
index 92dc249ad1e..6f561784164 100644
--- a/engines/gob/detection/tables_gob3.h
+++ b/engines/gob/detection/tables_gob3.h
@@ -508,7 +508,7 @@
 		"gob3",
 		"Non-interactive Demo",
 		AD_ENTRY1s("intro.stk", "b9b898fccebe02b69c086052d5024a55", 600143),
-		UNK_LANG,
+		FR_FRA,
 		kPlatformDOS,
 		ADGF_DEMO,
 		GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
diff --git a/engines/gob/detection/tables_ween.h b/engines/gob/detection/tables_ween.h
index 730aa1258d9..b0105804369 100644
--- a/engines/gob/detection/tables_ween.h
+++ b/engines/gob/detection/tables_ween.h
@@ -254,7 +254,7 @@
 		"ween",
 		"Demo",
 		AD_ENTRY1("intro.stk", "2e9c2898f6bf206ede801e3b2e7ee428"),
-		UNK_LANG,
+		EN_USA,
 		kPlatformDOS,
 		ADGF_DEMO,
 		GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)




More information about the Scummvm-git-logs mailing list