From 623b2625ffb4ea77be826d645488d05ecf554538 Mon Sep 17 00:00:00 2001 From: richiesams Date: Mon, 5 Aug 2013 11:52:19 -0500 Subject: ZVISION: Properly end the AD table --- engines/zvision/detection.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/engines/zvision/detection.cpp b/engines/zvision/detection.cpp index a799cc2aeb..d9bb692f07 100644 --- a/engines/zvision/detection.cpp +++ b/engines/zvision/detection.cpp @@ -85,7 +85,10 @@ static const ZVisionGameDescription gameDescriptions[] = { ZorkGrandInquisitor }, - { AD_TABLE_END_MARKER } + { + AD_TABLE_END_MARKER, + None + } }; } // End of namespace ZVision -- cgit v1.2.3