diff options
author | Eugene Sandulenko | 2016-09-03 17:54:12 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2016-09-03 17:54:39 +0200 |
commit | c4237a9303d745a57b8d58e1d39f3bb9e9aee7a4 (patch) | |
tree | 5457ff7c959d45b51a808189efeeca4e2d248268 | |
parent | be4ed6ea2684a76ab843de306a66fc2cd60e7241 (diff) | |
download | scummvm-rg350-c4237a9303d745a57b8d58e1d39f3bb9e9aee7a4.tar.gz scummvm-rg350-c4237a9303d745a57b8d58e1d39f3bb9e9aee7a4.tar.bz2 scummvm-rg350-c4237a9303d745a57b8d58e1d39f3bb9e9aee7a4.zip |
GNAP: Added detection for alternative Russian version
-rw-r--r-- | engines/gnap/detection.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/engines/gnap/detection.cpp b/engines/gnap/detection.cpp index d92a037232..7deb670970 100644 --- a/engines/gnap/detection.cpp +++ b/engines/gnap/detection.cpp @@ -53,6 +53,14 @@ static const ADGameDescription gameDescriptions[] = { }, Common::RU_RUS, Common::kPlatformWindows, ADGF_TESTING, GUIO0() }, + { + "gnap", "Fargus", + { + {"stock_n.dat", 0, "46819043d019a2f36b727cc2bdd6980f", 12847726}, + AD_LISTEND + }, + Common::RU_RUS, Common::kPlatformWindows, ADGF_TESTING, GUIO0() + }, AD_TABLE_END_MARKER }; |