aboutsummaryrefslogtreecommitdiff
path: root/engines/zvision/detection.cpp
diff options
context:
space:
mode:
authorrichiesams2013-08-05 11:52:19 -0500
committerrichiesams2013-08-05 11:53:58 -0500
commit623b2625ffb4ea77be826d645488d05ecf554538 (patch)
tree5da73ba52aed21167233460647f5af0adcde2bd7 /engines/zvision/detection.cpp
parent9036b8d3d2c42b5b082986ce8c5fffc74c07f6db (diff)
downloadscummvm-rg350-623b2625ffb4ea77be826d645488d05ecf554538.tar.gz
scummvm-rg350-623b2625ffb4ea77be826d645488d05ecf554538.tar.bz2
scummvm-rg350-623b2625ffb4ea77be826d645488d05ecf554538.zip
ZVISION: Properly end the AD table
Diffstat (limited to 'engines/zvision/detection.cpp')
-rw-r--r--engines/zvision/detection.cpp5
1 files changed, 4 insertions, 1 deletions
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