aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
diff options
context:
space:
mode:
authorTarek Soliman2017-07-09 20:10:36 -0500
committerTarek Soliman2017-07-09 20:13:16 -0500
commitb0ecbc945f5b6623cdd1f4721a8b5c605670b4a4 (patch)
treeb3412caed69cf21286dd3484b616ca0565e53e79 /engines/sci
parentb5fcf33a3ead664516ac34d26cf894a90817e0f9 (diff)
downloadscummvm-rg350-b0ecbc945f5b6623cdd1f4721a8b5c605670b4a4.tar.gz
scummvm-rg350-b0ecbc945f5b6623cdd1f4721a8b5c605670b4a4.tar.bz2
scummvm-rg350-b0ecbc945f5b6623cdd1f4721a8b5c605670b4a4.zip
SCI: Fix detected name for lsl6-cd
Diffstat (limited to 'engines/sci')
-rw-r--r--engines/sci/detection_tables.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index de751846d0..e6f471d377 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},