diff options
author | richiesams | 2013-08-05 11:52:19 -0500 |
---|---|---|
committer | richiesams | 2013-08-05 11:53:58 -0500 |
commit | 623b2625ffb4ea77be826d645488d05ecf554538 (patch) | |
tree | 5da73ba52aed21167233460647f5af0adcde2bd7 | |
parent | 9036b8d3d2c42b5b082986ce8c5fffc74c07f6db (diff) | |
download | scummvm-rg350-623b2625ffb4ea77be826d645488d05ecf554538.tar.gz scummvm-rg350-623b2625ffb4ea77be826d645488d05ecf554538.tar.bz2 scummvm-rg350-623b2625ffb4ea77be826d645488d05ecf554538.zip |
ZVISION: Properly end the AD table
-rw-r--r-- | engines/zvision/detection.cpp | 5 |
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 |