ZVISION: Properly end the AD table

This commit is contained in:
richiesams 2013-08-05 11:52:19 -05:00
parent 9036b8d3d2
commit 623b2625ff

View File

@ -85,7 +85,10 @@ static const ZVisionGameDescription gameDescriptions[] = {
ZorkGrandInquisitor
},
{ AD_TABLE_END_MARKER }
{
AD_TABLE_END_MARKER,
None
}
};
} // End of namespace ZVision