aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel
diff options
context:
space:
mode:
authorOri Avtalion2010-04-12 21:21:06 +0000
committerOri Avtalion2010-04-12 21:21:06 +0000
commit2fc9d6845b51dd589995891681ac01d241e9a2c9 (patch)
treedf054e0e7ca91a179ab140fd5c2961f4e0345598 /engines/tinsel
parent3b252cb4c50494a60ddd3f40589336a757024f3e (diff)
downloadscummvm-rg350-2fc9d6845b51dd589995891681ac01d241e9a2c9.tar.gz
scummvm-rg350-2fc9d6845b51dd589995891681ac01d241e9a2c9.tar.bz2
scummvm-rg350-2fc9d6845b51dd589995891681ac01d241e9a2c9.zip
Apply patch #2982163 - CONFIG: Use HE keyword instead of HB for the Hebrew language
svn-id: r48645
Diffstat (limited to 'engines/tinsel')
-rw-r--r--engines/tinsel/config.cpp2
-rw-r--r--engines/tinsel/detection.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/engines/tinsel/config.cpp b/engines/tinsel/config.cpp
index 9249da6edd..43e54dc4ea 100644
--- a/engines/tinsel/config.cpp
+++ b/engines/tinsel/config.cpp
@@ -141,7 +141,7 @@ void Config::readFromDisk() {
if (lang == Common::JA_JPN) {
// TODO: Add support for JAPAN version
- } else if (lang == Common::HB_ISR) {
+ } else if (lang == Common::HE_ISR) {
// TODO: Add support for HEBREW version
// The Hebrew version appears to the software as being English
diff --git a/engines/tinsel/detection.cpp b/engines/tinsel/detection.cpp
index 4e832e9567..49fc817b34 100644
--- a/engines/tinsel/detection.cpp
+++ b/engines/tinsel/detection.cpp
@@ -336,7 +336,7 @@ static const TinselGameDescription gameDescriptions[] = {
{"english.smp", 0, NULL, -1},
{NULL, 0, NULL, 0}
},
- Common::HB_ISR,
+ Common::HE_ISR,
Common::kPlatformPC,
ADGF_NO_FLAGS,
GUIO_NONE