[Scummvm-git-logs] scummvm master -> 19dd711b79b867f0d8822f362e5d1908f29ea88a

sluicebox noreply at scummvm.org
Sun May 29 14:37:35 UTC 2022


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:
19dd711b79 SCI: Fix detection entry for LB2 Spanish CD


Commit: 19dd711b79b867f0d8822f362e5d1908f29ea88a
    https://github.com/scummvm/scummvm/commit/19dd711b79b867f0d8822f362e5d1908f29ea88a
Author: sluicebox (22204938+sluicebox at users.noreply.github.com)
Date: 2022-05-29T10:36:52-04:00

Commit Message:
SCI: Fix detection entry for LB2 Spanish CD

Fixes palette glitches and missing message errors

Changed paths:
    engines/sci/detection_tables.h


diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index 03ca37c5ae5..56d91d55a66 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -2594,13 +2594,14 @@ static const struct ADGameDescription SciGameDescriptions[] = {
 		Common::ES_ESP, Common::kPlatformDOS, 0, GUIO_STD16	},
 
 	// Laura Bow 2 - Spanish DOS CD (from jvprat)
+	// This is the floppy version (text-only) distributed on a CD.
 	// Executable scanning reports "2.000.274", VERSION file reports "1.000.000, May 10, 1994"
-	{"laurabow2", "CD", {
+	{"laurabow2", "", {
 		{"resource.map", 0, "3b6dfbcda210bbc3f23fd1927113bf98", 6483},
 		{"resource.000", 0, "57084910bc923bff5d6d9bc1b56e9604", 5028766},
 		{"resource.msg", 0, "71f1f0cd9f082da2e750c793a8ed9d84", 286141},
 		AD_LISTEND},
-		Common::ES_ESP, Common::kPlatformDOS, ADGF_CD, GUIO_STD16_SPEECH	},
+		Common::ES_ESP, Common::kPlatformDOS, 0, GUIO_STD16_SPEECH	},
 
 #define GUIO_LIGHTHOUSE_DEMO GUIO6(GUIO_NOSPEECH, \
 								   GUIO_NOMUSIC, \




More information about the Scummvm-git-logs mailing list