aboutsummaryrefslogtreecommitdiff
path: root/engines/gnap
diff options
context:
space:
mode:
authorStrangerke2016-04-25 07:10:04 +0200
committerEugene Sandulenko2016-05-10 09:54:21 +0200
commit9503f9bdc84a758858037fb84504e9dfa2d3ab72 (patch)
treef90c96e31d4249b7e3db9911660a27fe8dec88dc /engines/gnap
parent441565db4d1e4a7934dd2cb580d0df35766222cc (diff)
downloadscummvm-rg350-9503f9bdc84a758858037fb84504e9dfa2d3ab72.tar.gz
scummvm-rg350-9503f9bdc84a758858037fb84504e9dfa2d3ab72.tar.bz2
scummvm-rg350-9503f9bdc84a758858037fb84504e9dfa2d3ab72.zip
GNAP: Add detection for the russian version
Diffstat (limited to 'engines/gnap')
-rw-r--r--engines/gnap/detection.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/engines/gnap/detection.cpp b/engines/gnap/detection.cpp
index 69628f9cb1..cb4802c4cd 100644
--- a/engines/gnap/detection.cpp
+++ b/engines/gnap/detection.cpp
@@ -45,6 +45,14 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::EN_ANY, Common::kPlatformWindows, ADGF_NO_FLAGS, GUIO0()
},
+ {
+ "gnap", "",
+ {
+ {"stock_n.dat", 0, "46819043d019a2f36b727cc2bdd6980f", 12995485},
+ AD_LISTEND
+ },
+ Common::RU_RUS, Common::kPlatformWindows, ADGF_NO_FLAGS, GUIO0()
+ },
AD_TABLE_END_MARKER
};