aboutsummaryrefslogtreecommitdiff
path: root/engines/lure/detection.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2016-01-12 23:44:13 +0100
committerEugene Sandulenko2016-01-12 23:53:14 +0100
commit0c091f4faabc073785a8ffe34b92855a665b4dd0 (patch)
treedf073048c702eb328d4f700e4b0f9ee413f4c278 /engines/lure/detection.cpp
parentef6d8f8878eaf2e6fe88ee10f8eb182820b8eefb (diff)
downloadscummvm-rg350-0c091f4faabc073785a8ffe34b92855a665b4dd0.tar.gz
scummvm-rg350-0c091f4faabc073785a8ffe34b92855a665b4dd0.tar.bz2
scummvm-rg350-0c091f4faabc073785a8ffe34b92855a665b4dd0.zip
LURE: Add support for Russian version
Diffstat (limited to 'engines/lure/detection.cpp')
-rw-r--r--engines/lure/detection.cpp16
1 files changed, 16 insertions, 0 deletions
diff --git a/engines/lure/detection.cpp b/engines/lure/detection.cpp
index a87fcf6945..eff699b56b 100644
--- a/engines/lure/detection.cpp
+++ b/engines/lure/detection.cpp
@@ -46,6 +46,7 @@ LureLanguage LureEngine::getLureLanguage() const {
case Common::FR_FRA: return LANG_FR_FRA;
case Common::DE_DEU: return LANG_DE_DEU;
case Common::ES_ESP: return LANG_ES_ESP;
+ case Common::RU_RUS: return LANG_RU_RUS;
case Common::EN_ANY: return LANG_EN_ANY;
case Common::UNK_LANG: return LANG_UNKNOWN;
default:
@@ -168,6 +169,21 @@ static const LureGameDescription gameDescriptions[] = {
GF_FLOPPY,
},
+ // Russian OG Edition
+ {
+ {
+ "lure",
+ "",
+ AD_ENTRY1("disk1.vga", "04cdcaa9f0cadca492f7aff0c8adfe06"),
+ Common::RU_RUS,
+ Common::kPlatformDOS,
+ ADGF_NO_FLAGS,
+ GUIO0()
+ },
+ GF_FLOPPY,
+ },
+
+
{ AD_TABLE_END_MARKER, 0 }
};