aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorD G Turner2019-12-04 04:49:01 +0000
committerD G Turner2019-12-04 04:49:01 +0000
commit1e278080a89921a857b32e60a1a062b197b9b088 (patch)
treec5aaa452cfb5e58b8084ed2a89a57a4c8dd860ad
parent227182bbbfda9638f67d007d1993cd561c594452 (diff)
downloadscummvm-rg350-1e278080a89921a857b32e60a1a062b197b9b088.tar.gz
scummvm-rg350-1e278080a89921a857b32e60a1a062b197b9b088.tar.bz2
scummvm-rg350-1e278080a89921a857b32e60a1a062b197b9b088.zip
TINSEL: Fix Missing List End Markers in Detection Entries
This should avoid possible overruns causing crashes or other issues during detection.
-rw-r--r--engines/tinsel/detection_tables.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/tinsel/detection_tables.h b/engines/tinsel/detection_tables.h
index 827761a709..2e0012bd2c 100644
--- a/engines/tinsel/detection_tables.h
+++ b/engines/tinsel/detection_tables.h
@@ -62,6 +62,7 @@ static const TinselGameDescription gameDescriptions[] = {
{
{"dw.gra", 0, "ef5a2518c9e205f786f5a4526396e661", 781676},
{"english.smp", 0, NULL, -1},
+ AD_LISTEND
},
Common::EN_ANY,
Common::kPlatformDOS,
@@ -82,6 +83,7 @@ static const TinselGameDescription gameDescriptions[] = {
{"dw.scn", 0, "cfc40a8d5d476a1c9d3abf826fa46f8c", 1272686},
{"english.txt", 0, "c69b5d2067e9114a63569a61e9a82faa", 228878},
{"english.smp", 0, NULL, -1},
+ AD_LISTEND
},
Common::EN_ANY,
Common::kPlatformMacintosh,
@@ -210,6 +212,7 @@ static const TinselGameDescription gameDescriptions[] = {
{
{"dw.gra", 0, "c8808ccd988d603dd35dff42013ae7fd", 781656},
{"english.smp", 0, NULL, -1},
+ AD_LISTEND
},
Common::EN_ANY,
Common::kPlatformDOS,
@@ -229,6 +232,7 @@ static const TinselGameDescription gameDescriptions[] = {
{
{"dw.gra", 0, "ef05bbd2a754bd11a2e87bcd84ab5ccf", 781864},
{"english.smp", 0, NULL, -1},
+ AD_LISTEND
},
Common::EN_ANY,
Common::kPlatformDOS,