[Scummvm-git-logs] scummvm master -> bf415eba3a772988c1df7319b4538583e137cbb3

lotharsm mail at serra.me
Sun Mar 29 18:13:46 UTC 2020


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:
bf415eba3a GNAP: Add detection for Polish release


Commit: bf415eba3a772988c1df7319b4538583e137cbb3
    https://github.com/scummvm/scummvm/commit/bf415eba3a772988c1df7319b4538583e137cbb3
Author: Lothar Serra Mari (mail at serra.me)
Date: 2020-03-29T20:12:07+02:00

Commit Message:
GNAP: Add detection for Polish release

Submitted by R4Zi3L in #11395.

closes #11395

Changed paths:
    engines/gnap/detection.cpp


diff --git a/engines/gnap/detection.cpp b/engines/gnap/detection.cpp
index b5036a7315..17cf23c8a8 100644
--- a/engines/gnap/detection.cpp
+++ b/engines/gnap/detection.cpp
@@ -69,6 +69,14 @@ static const ADGameDescription gameDescriptions[] = {
 		},
 		Common::RU_RUS, Common::kPlatformWindows, ADGF_NO_FLAGS, GUIO0()
 	},
+	{
+		"gnap", "",
+		{
+			{"stock_n.dat", 0, "9729e1c77a74f2f23c53596fae385bfa", 13428133},
+			AD_LISTEND
+		},
+		Common::PL_POL, Common::kPlatformWindows, ADGF_NO_FLAGS, GUIO0()
+	},
 
 	AD_TABLE_END_MARKER
 };




More information about the Scummvm-git-logs mailing list