diff options
author | Einar Johan Trøan Sømåen | 2013-06-19 00:42:17 +0200 |
---|---|---|
committer | Einar Johan Trøan Sømåen | 2013-06-19 00:42:17 +0200 |
commit | b490801e6402e24754954eea1ff88f1d792e8dde (patch) | |
tree | 46224768f827640cd4b1898677fc02524e61b732 | |
parent | 7ffaa3936d139a0604ff99c8866e58348938fc38 (diff) | |
download | scummvm-rg350-b490801e6402e24754954eea1ff88f1d792e8dde.tar.gz scummvm-rg350-b490801e6402e24754954eea1ff88f1d792e8dde.tar.bz2 scummvm-rg350-b490801e6402e24754954eea1ff88f1d792e8dde.zip |
WINTERMUTE: Set language of James Peris to unknown for now.
The selection is done via registry, so no easy fix is available yet.
-rw-r--r-- | engines/wintermute/detection_tables.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h index a4eca5ef41..ad4256e6b9 100644 --- a/engines/wintermute/detection_tables.h +++ b/engines/wintermute/detection_tables.h @@ -297,7 +297,7 @@ static const ADGameDescription gameDescriptions[] = { "jamesperis", "Demo", AD_ENTRY1s("data.dcp", "edb9f9c7a08993c1e28f4e477b5f9830", 116113507), - Common::EN_ANY, + Common::UNK_LANG, // No solution in place to select language Common::kPlatformWindows, ADGF_UNSTABLE | ADGF_DEMO, |