- removed a few leftover FRACUNITs.
This commit is contained in:
parent
bb13590e07
commit
046ee3e803
7 changed files with 7 additions and 8 deletions
|
|
@ -184,7 +184,7 @@ double I_GetTimeFrac (uint32 *ms)
|
|||
if (ms) *ms = TicStart + (1000 / TICRATE);
|
||||
if (TicStart == 0)
|
||||
{
|
||||
return FRACUNIT;
|
||||
return 1;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue