From 5be720cdebe4ccb10fbb09c8d57bcdb2ef155c93 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Sat, 24 Sep 2016 00:09:59 +0200 Subject: GNAP: Add detection for another English version --- engines/gnap/detection.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/engines/gnap/detection.cpp b/engines/gnap/detection.cpp index 7deb670970..b1e9818d29 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_TESTING, GUIO0() }, + { + "gnap", "", + { + {"stock_n.dat", 0, "46819043d019a2f36b727cc2bdd6980f", 13497301}, + AD_LISTEND + }, + Common::EN_ANY, Common::kPlatformWindows, ADGF_TESTING, GUIO0() + }, { "gnap", "", { -- cgit v1.2.3