X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=host.c;fp=host.c;h=0c4da3c9aa75611ad8624866268b46779bd8f030;hb=8ae31a0c113fae6279d3e18c0482fdd4b0ef7647;hp=1dc4b0d5b8d2c65dd569bad28d0f6d1b302e98bf;hpb=d192fabc74fe10ad9f173418e765b189278a1075;p=xonotic%2Fdarkplaces.git diff --git a/host.c b/host.c index 1dc4b0d5..0c4da3c9 100644 --- a/host.c +++ b/host.c @@ -394,8 +394,7 @@ double Host_Frame(double time) static inline void Host_Sleep(double time) { - static double delta; - double time0; + double delta, time0; if(host_maxwait.value <= 0) time = min(time, 1000000.0);