From c4237a9303d745a57b8d58e1d39f3bb9e9aee7a4 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sat, 3 Sep 2016 17:54:12 +0200 Subject: GNAP: Added detection for alternative Russian version --- engines/gnap/detection.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'engines/gnap') 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 }; -- cgit v1.2.3