Added developer message about unknown GAMEINFO entry

This commit is contained in:
alexey.lysiuk 2017-07-30 12:26:18 +03:00
parent e1dddf8c3e
commit 6a5bad0beb
1 changed files with 2 additions and 0 deletions

View File

@ -414,6 +414,8 @@ void FMapInfoParser::ParseGameInfo()
else
{
DPrintf(DMSG_ERROR, "Unknown GAMEINFO key \"%s\" found in %s:%i\n", nextKey.GetChars(), sc.ScriptName.GetChars(), sc.Line);
// ignore unkown keys.
sc.UnGet();
SkipToNext();