[Scummvm-git-logs] scummvm master -> f8ac7eaa1be842341823fe5b11f42c3361b74df4
sev-
sev at scummvm.org
Sun Jul 4 13:33:26 UTC 2021
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:
f8ac7eaa1b PINK: Tell the difference between Dutch Pokus games
Commit: f8ac7eaa1be842341823fe5b11f42c3361b74df4
https://github.com/scummvm/scummvm/commit/f8ac7eaa1be842341823fe5b11f42c3361b74df4
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2021-07-04T15:32:25+02:00
Commit Message:
PINK: Tell the difference between Dutch Pokus games
Changed paths:
engines/pink/detection_tables.h
diff --git a/engines/pink/detection_tables.h b/engines/pink/detection_tables.h
index 8dc84509c2..bae023ab44 100644
--- a/engines/pink/detection_tables.h
+++ b/engines/pink/detection_tables.h
@@ -173,7 +173,7 @@ static const ADGameDescription gameDescriptions[] = {
// Dutch, Version 1.0
{
"pokus",
- 0,
+ "v1.0",
AD_ENTRY1s("HPP.orb", "b769855e2fc94b9180763211c349a9ed", 509498007),
Common::NL_NLD,
Common::kPlatformWindows,
@@ -184,7 +184,7 @@ static const ADGameDescription gameDescriptions[] = {
// Dutch, Version 2.0
{
"pokus",
- 0,
+ "v2.0",
AD_ENTRY1s("HPP.orb", "993b0491d507efee0010e4f1c000ab8b", 509498617),
Common::NL_NLD,
Common::kPlatformWindows,
More information about the Scummvm-git-logs
mailing list