Hopefully added the newline back?

This commit is contained in:
Lachlan Wright 2019-09-25 05:06:04 -04:00
parent 51cee6d5bd
commit 5de1225b3e
1 changed files with 1 additions and 0 deletions

View File

@ -6179,3 +6179,4 @@ INT32 G_TicsToMilliseconds(tic_t tics)
{
return (INT32)((tics%TICRATE) * (1000.00f/TICRATE));
}