mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-11 07:41:36 +00:00
Fix stupid lack of newline with this message
This commit is contained in:
parent
12266e0f85
commit
b9828f78e8
1 changed files with 1 additions and 1 deletions
|
@ -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++)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue