[Scummvm-git-logs] scummvm master -> 813db1e1014ed011d6785b24f7d169908a3a4def

bluegr noreply at scummvm.org
Sat Nov 25 08:47:24 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:
813db1e101 GOB: use correct lang code for english version of Adibou 1


Commit: 813db1e1014ed011d6785b24f7d169908a3a4def
    https://github.com/scummvm/scummvm/commit/813db1e1014ed011d6785b24f7d169908a3a4def
Author: Benjamin Funke (58399929+BJNFNE at users.noreply.github.com)
Date: 2023-11-25T10:47:19+02:00

Commit Message:
GOB: use correct lang code for english version of Adibou 1

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 8e6de57972e..36bc769a67e 100644
--- a/engines/gob/detection/tables_adibou1.h
+++ b/engines/gob/detection/tables_adibou1.h
@@ -111,7 +111,7 @@
 		"adibou1",
 		"",
 		AD_ENTRY1s("intro.stk", "e453bea7b28a67c930764d945f64d898", 3913628),
-		EN_ANY,
+		EN_GRB,
 		kPlatformDOS,
 		ADGF_TESTING,
 		GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)




More information about the Scummvm-git-logs mailing list