Changed Host_FilterTime to double, too.

This commit is contained in:
Anton E. Gavrilov 2000-04-12 11:31:08 +00:00
parent fe1cb020ad
commit f7ebc5df7a

View file

@ -191,7 +191,7 @@ void Host_GetConsoleCommands (void)
Returns false if the time is too short to run a frame
*/
qboolean
Host_FilterTime ( float time )
Host_FilterTime ( double time )
{
float fps;