diff options
author | Sven Hesse | 2012-07-04 00:23:46 +0200 |
---|---|---|
committer | Sven Hesse | 2012-07-04 00:23:46 +0200 |
commit | 8884d7735c652de035f83889ef62ac4177a05996 (patch) | |
tree | e83505399750d979a9aba3ad135b97fd6c5d5898 /engines/gob | |
parent | a0ad504059470b9ac8f5d4025d7bcec1621e1933 (diff) | |
download | scummvm-rg350-8884d7735c652de035f83889ef62ac4177a05996.tar.gz scummvm-rg350-8884d7735c652de035f83889ef62ac4177a05996.tar.bz2 scummvm-rg350-8884d7735c652de035f83889ef62ac4177a05996.zip |
GOB: Give the Geisha detection entries proper languages
Diffstat (limited to 'engines/gob')
-rw-r--r-- | engines/gob/detection/tables_geisha.h | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/engines/gob/detection/tables_geisha.h b/engines/gob/detection/tables_geisha.h index 331e17e31d..83aa543668 100644 --- a/engines/gob/detection/tables_geisha.h +++ b/engines/gob/detection/tables_geisha.h @@ -32,7 +32,21 @@ "geisha", "", AD_ENTRY1s("disk1.stk", "6eebbb98ad90cd3c44549fc2ab30f632", 212153), - UNK_LANG, + EN_ANY, + kPlatformPC, + ADGF_NO_FLAGS, + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) + }, + kGameTypeGeisha, + kFeaturesEGA | kFeaturesAdLib, + "disk1.stk", "intro.tot", 0 +}, +{ + { + "geisha", + "", + AD_ENTRY1s("disk1.stk", "6eebbb98ad90cd3c44549fc2ab30f632", 212153), + DE_DEU, kPlatformPC, ADGF_NO_FLAGS, GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) @@ -63,7 +77,7 @@ "geisha", "", AD_ENTRY1s("disk1.stk", "e5892f00917c62423e93f5fd9920cf47", 208120), - UNK_LANG, + EN_ANY, kPlatformAmiga, ADGF_NO_FLAGS, GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) |