HomeSort by relevance Sort by last modified time
    Searched refs:sv_mintic (Results 1 - 3 of 3) sorted by null

  /external/quake/quake/src/QW/server/
server.h 318 extern cvar_t sv_mintic, sv_maxtic;
sv_main.c 36 cvar_t sv_mintic = {"sv_mintic","0.03"}; // bound the size of the variable
1314 Cvar_RegisterVariable (&sv_mintic);
    [all...]
sv_phys.c 901 if (host_frametime < sv_mintic.value)

Completed in 22 milliseconds