- fixed crash when parsing malformed .def file

This fixes #439
This commit is contained in:
alexey.lysiuk 2021-07-11 10:16:26 +03:00
parent a98507f737
commit 577c6cb374
1 changed files with 1 additions and 0 deletions

View File

@ -2094,6 +2094,7 @@ static const dispatch basetokens[] =
{ "shadefactor", parseSkip<1> },
{ "newgamechoices", parseEmptyBlock },
{ "rffdefineid", parseRffDefineId },
{ nullptr, nullptr },
};
static void defsparser(FScanner& sc)