OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sv_maxtic
(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
37
cvar_t
sv_maxtic
= {"
sv_maxtic
","0.1"}; // physics time tic
variable
1315
Cvar_RegisterVariable (&
sv_maxtic
);
[
all
...]
sv_phys.c
903
if (host_frametime >
sv_maxtic
.value)
904
host_frametime =
sv_maxtic
.value;
Completed in 125 milliseconds