[Scummvm-git-logs] scummvm master -> 4b7126b7dccaa57d906f4f9d192053d1c03d2e3f
orgads
noreply at scummvm.org
Mon Nov 15 20:52:40 UTC 2021
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:
4b7126b7dc GOB: Detect Hebrew fan translation of Gobliins 2
Commit: 4b7126b7dccaa57d906f4f9d192053d1c03d2e3f
https://github.com/scummvm/scummvm/commit/4b7126b7dccaa57d906f4f9d192053d1c03d2e3f
Author: Orgad Shaneh (orgads at gmail.com)
Date: 2021-11-15T22:52:37+02:00
Commit Message:
GOB: Detect Hebrew fan translation of Gobliins 2
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 4a13a8d69b..f69d208c16 100644
--- a/engines/gob/detection/tables_gob2.h
+++ b/engines/gob/detection/tables_gob2.h
@@ -254,6 +254,20 @@
kFeaturesCD,
0, 0, 0
},
+{ // Hebrew fan translation
+ {
+ "gob2cd",
+ "v2.01",
+ AD_ENTRY1s("intro.stk", "b768039f8d0a12c39ca28dcd33d584ba", 4696209),
+ HE_ISR,
+ kPlatformDOS,
+ ADGF_NO_FLAGS,
+ GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
+ },
+ kGameTypeGob2,
+ kFeaturesCD,
+ 0, 0, 0
+},
{ // Supplied by goodoldgeorg in bug report #4375
{
"gob2cd",
More information about the Scummvm-git-logs
mailing list