Insert an extra line after printing the warnings.

This commit is contained in:
Major Cooke 2018-03-12 11:53:25 -05:00 committed by Christoph Oelckers
parent c85389c976
commit 4851c5bfde
1 changed files with 1 additions and 1 deletions

View File

@ -484,7 +484,7 @@ static void DoParse(int lumpnum)
else if (FScriptPosition::WarnCounter > 0)
{
// If we got warnings, but no errors, print the information but continue.
Printf(TEXTCOLOR_ORANGE "%d warnings while compiling %s", FScriptPosition::WarnCounter, Wads.GetLumpFullPath(lumpnum).GetChars());
Printf(TEXTCOLOR_ORANGE "%d warnings while compiling %s\n", FScriptPosition::WarnCounter, Wads.GetLumpFullPath(lumpnum).GetChars());
}
}