Home
last modified time | relevance | path

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

/openbsd/src/games/hunt/huntd/
Dconf.h52 extern int conf_simstep;
Dconf.c63 int conf_simstep = 0; variable
118 { "simstep", &conf_simstep, Vint },
Ddriver.c159 if (conf_simstep && can_moveshots()) { in main()
165 to->tv_sec = conf_simstep / 1000000; in main()
166 to->tv_usec = conf_simstep % 1000000; in main()