[Scummvm-git-logs] scummvm master -> 5be720cdebe4ccb10fbb09c8d57bcdb2ef155c93

Strangerke Strangerke at scummvm.org
Sat Sep 24 00:22:45 CEST 2016


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
5be720cdeb GNAP: Add detection for another English version


Commit: 5be720cdebe4ccb10fbb09c8d57bcdb2ef155c93
    https://github.com/scummvm/scummvm/commit/5be720cdebe4ccb10fbb09c8d57bcdb2ef155c93
Author: Strangerke (strangerke at scummvm.org)
Date: 2016-09-24T00:11:53+02:00

Commit Message:
GNAP: Add detection for another English version

Changed paths:
    engines/gnap/detection.cpp



diff --git a/engines/gnap/detection.cpp b/engines/gnap/detection.cpp
index 7deb670..b1e9818 100644
--- a/engines/gnap/detection.cpp
+++ b/engines/gnap/detection.cpp
@@ -48,6 +48,14 @@ static const ADGameDescription gameDescriptions[] = {
 	{
 		"gnap", "",
 		{
+			{"stock_n.dat", 0, "46819043d019a2f36b727cc2bdd6980f", 13497301},
+			AD_LISTEND
+		},
+		Common::EN_ANY, Common::kPlatformWindows, ADGF_TESTING, GUIO0()
+	},
+	{
+		"gnap", "",
+		{
 			{"stock_n.dat", 0, "46819043d019a2f36b727cc2bdd6980f", 12995485},
 			AD_LISTEND
 		},





More information about the Scummvm-git-logs mailing list