Home
last modified time | relevance | path

Searched refs:jointimeout (Results 1 – 3 of 3) sorted by relevance

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dd_clisrv.h371 extern tic_t jointimeout;
H A Dd_clisrv.c85 tic_t jointimeout = (10*TICRATE); variable
1469 freezetimeout[node] = I_GetTime() + jointimeout + length / 1024; // 1 extra tic for each kilobyte in SV_SendSaveGame()
H A Dd_netcmd.c3679 jointimeout = (tic_t)cv_jointimeout.value; in JoinTimeout_OnChange()