Fix stupid lack of newline with this message

This commit is contained in:
Monster Iestyn 2017-06-09 23:22:27 +01:00
parent 12266e0f85
commit b9828f78e8
1 changed files with 1 additions and 1 deletions

View File

@ -4077,7 +4077,7 @@ static INT16 Consistancy(void)
mobj_t *mo;
#endif
DEBFILE(va("TIC %u ", gametic));
DEBFILE(va("TIC %u\n", gametic));
for (i = 0; i < MAXPLAYERS; i++)
{