- removed a few leftover FRACUNITs.

This commit is contained in:
Christoph Oelckers 2016-04-01 16:37:19 +02:00
commit 046ee3e803
7 changed files with 7 additions and 8 deletions

View file

@ -184,7 +184,7 @@ double I_GetTimeFrac (uint32 *ms)
if (ms) *ms = TicStart + (1000 / TICRATE);
if (TicStart == 0)
{
return FRACUNIT;
return 1;
}
else
{