Home
last modified time | relevance | path

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

/openbsd/src/games/hunt/huntd/
Dconf.h10 extern int conf_fly;
Dconf.c21 int conf_fly = 1; variable
77 { "fly", &conf_fly, Vint },
Danswer.c328 if (enter_status == Q_FLY && conf_fly) { in stplayer()
404 if (enter_status == Q_FLY && conf_fly) in stplayer()