mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 07:12:02 +00:00
Insert an extra line after printing the warnings.
This commit is contained in:
parent
c85389c976
commit
4851c5bfde
1 changed files with 1 additions and 1 deletions
|
@ -484,7 +484,7 @@ static void DoParse(int lumpnum)
|
||||||
else if (FScriptPosition::WarnCounter > 0)
|
else if (FScriptPosition::WarnCounter > 0)
|
||||||
{
|
{
|
||||||
// If we got warnings, but no errors, print the information but continue.
|
// 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());
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue