mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-11 15:22:16 +00:00
Added developer message about unknown GAMEINFO entry
This commit is contained in:
parent
e1dddf8c3e
commit
6a5bad0beb
1 changed files with 2 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue