From 1e278080a89921a857b32e60a1a062b197b9b088 Mon Sep 17 00:00:00 2001 From: D G Turner Date: Wed, 4 Dec 2019 04:49:01 +0000 Subject: TINSEL: Fix Missing List End Markers in Detection Entries This should avoid possible overruns causing crashes or other issues during detection. --- engines/tinsel/detection_tables.h | 4 ++++ 1 file changed, 4 insertions(+) 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, -- cgit v1.2.3