From af9aa7fbf2f65f6f0808edfb84c746335be87ee5 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Fri, 26 Mar 2021 08:29:19 +0100 Subject: [PATCH] BURIED: Fix 1.00 detection entries --- engines/buried/detection_tables.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/engines/buried/detection_tables.h b/engines/buried/detection_tables.h index efff510d2e8..a0f533c63ce 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,