Hopefully added the newline back?

This commit is contained in:
Lachlan Wright 2019-09-25 05:06:04 -04:00
parent 67aa0cd2f6
commit 319cf62980

View file

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