diff options
-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 |