Home
last modified time | relevance | path

Searched refs:rendertimeout (Results 1 – 2 of 2) sorted by relevance

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dd_main.c632 tic_t oldentertics = 0, entertic = 0, realtics = 0, rendertimeout = INFTICS; in D_SRB2Loop() local
725 rendertimeout = entertic+TICRATE/17; in D_SRB2Loop()
735 else if (rendertimeout < entertic) // in case the server hang or netsplit in D_SRB2Loop()
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Dd_main.c892 tic_t oldentertics, entertic, realtics, rendertimeout = -1; in D_DoomLoop() local
975 rendertimeout = entertic + TICRATE / 17; in D_DoomLoop()
988 else if (rendertimeout < entertic) // in case the server hang or netsplit in D_DoomLoop()