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

sev- sev at scummvm.org
Fri Mar 26 07:30:33 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:
af9aa7fbf2 BURIED: Fix 1.00 detection entries


Commit: af9aa7fbf2f65f6f0808edfb84c746335be87ee5
    https://github.com/scummvm/scummvm/commit/af9aa7fbf2f65f6f0808edfb84c746335be87ee5
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2021-03-26T08:29:54+01:00

Commit Message:
BURIED: Fix 1.00 detection entries

Changed paths:
    engines/buried/detection_tables.h


diff --git a/engines/buried/detection_tables.h b/engines/buried/detection_tables.h
index efff510d2e..a0f533c63c 100644
--- a/engines/buried/detection_tables.h
+++ b/engines/buried/detection_tables.h
@@ -39,7 +39,7 @@ static const ADGameDescription gameDescriptions[] = {
 
 	// English Windows 3.11 24BPP
 	// Installed
-	// v1.01
+	// v1.00
 	{
 		"buried",
 		"v1.00 24BPP",
@@ -112,9 +112,9 @@ static const ADGameDescription gameDescriptions[] = {
 	// v1.00
 	{
 		"buried",
-		"v1.01 8BPP",
+		"v1.00 8BPP",
 		AD_ENTRY2s("BIT816.EX_", "e385901182f4eafe0a8a157e4f24fc1f", 366069,
-				   "BIT8LIB.DL_","8a345993f60f6bed7c17fa9e7f2bc37d", 908854),
+				   "BIT8LIB.DL_","8a345993f60f6bed7c17fa9e7f2bc37d", 900844),
 		Common::EN_ANY,
 		Common::kPlatformWindows,
 		GF_COMPRESSED,
@@ -126,9 +126,9 @@ static const ADGameDescription gameDescriptions[] = {
 	// v1.00
 	{
 		"buried",
-		"v1.01 24BPP",
+		"v1.00 24BPP",
 		AD_ENTRY2s("BIT2416.EX_", "144ad890ad0ded4262438c3ef37b88f4", 363601,
-				   "BIT24LIB.DL_","00e6eedbcef824988fbb01a87ca8f7fd", 2269314),
+				   "BIT24LIB.DL_","00e6eedbcef824988fbb01a87ca8f7fd", 2272515),
 		Common::EN_ANY,
 		Common::kPlatformWindows,
 		GF_COMPRESSED | GF_TRUECOLOR,




More information about the Scummvm-git-logs mailing list