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

  /external/quake/quake/src/QW/client/
quakedef.h 119 extern cvar_t sys_ticrate;
  /external/quake/quake/src/WinQuake/
sys_linux.cpp 411 if (time < sys_ticrate.value && (vcrFile == -1 || recording) )
416 time = sys_ticrate.value;
419 if (time > sys_ticrate.value*2)
sys_wind.cpp 312 if (time - oldtime < sys_ticrate.value )
quakedef.h 302 extern cvar_t sys_ticrate;
host.cpp 60 cvar_t sys_ticrate = CVAR2("sys_ticrate","0.05"); variable
216 Cvar_RegisterVariable (&sys_ticrate);
sys_dos.cpp 942 if (cls.state == ca_dedicated && (time<sys_ticrate.value))
sys_win.cpp 862 while (time < sys_ticrate.value )

Completed in 338 milliseconds