From 6a5bad0beb0adcd563f91242093edd999c48219d Mon Sep 17 00:00:00 2001 From: "alexey.lysiuk" Date: Sun, 30 Jul 2017 12:26:18 +0300 Subject: [PATCH] Added developer message about unknown GAMEINFO entry --- src/gi.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gi.cpp b/src/gi.cpp index ecc3016241..a6efab358f 100644 --- a/src/gi.cpp +++ b/src/gi.cpp @@ -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();