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

tsoliman tarek at bashasoliman.com
Mon Jul 10 03:15:04 CEST 2017


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:
b0ecbc945f SCI: Fix detected name for lsl6-cd


Commit: b0ecbc945f5b6623cdd1f4721a8b5c605670b4a4
    https://github.com/scummvm/scummvm/commit/b0ecbc945f5b6623cdd1f4721a8b5c605670b4a4
Author: Tarek Soliman (tsoliman at scummvm.org)
Date: 2017-07-09T20:13:16-05:00

Commit Message:
SCI: Fix detected name for lsl6-cd

Changed paths:
    engines/sci/detection_tables.h


diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index de75184..e6f471d 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -2593,7 +2593,7 @@ static const struct ADGameDescription SciGameDescriptions[] = {
 
 	// Larry 6 - English/German/French DOS CD - LOWRES
 	// SCI interpreter version 1.001.115
-	{"lsl6", "", {
+	{"lsl6", "CD", {
 		{"resource.map", 0, "0b91234b7112782962cb480b7791b6e2", 7263},
 		{"resource.000", 0, "57d5fe8bb9e044158514476ea7678eb0", 5754790},
 		AD_LISTEND},
@@ -2601,7 +2601,7 @@ static const struct ADGameDescription SciGameDescriptions[] = {
 
 	// Larry 6 - German DOS CD - LOWRES (provided by richiefs in bug report #2670691)
 	// SCI interpreter version 1.001.115
-	{"lsl6", "", {
+	{"lsl6", "CD", {
 		{"resource.map", 0, "bafe85f32738854135991d4324ad147e", 7268},
 		{"resource.000", 0, "f6cbc6da7b90ea135883e0759848ca2c", 5773160},
 		AD_LISTEND},
@@ -2609,7 +2609,7 @@ static const struct ADGameDescription SciGameDescriptions[] = {
 
 	// Larry 6 - French DOS CD - LOWRES (provided by richiefs in bug report #2670691)
 	// SCI interpreter version 1.001.115
-	{"lsl6", "", {
+	{"lsl6", "CD", {
 		{"resource.map", 0, "97797ea775baaf18a1907d357d3c0ea6", 7268},
 		{"resource.000", 0, "f6cbc6da7b90ea135883e0759848ca2c", 5776092},
 		AD_LISTEND},





More information about the Scummvm-git-logs mailing list