mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-14 13:51:31 +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;
|
mobj_t *mo;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
DEBFILE(va("TIC %u ", gametic));
|
DEBFILE(va("TIC %u\n", gametic));
|
||||||
|
|
||||||
for (i = 0; i < MAXPLAYERS; i++)
|
for (i = 0; i < MAXPLAYERS; i++)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue