Home
last modified time | relevance | path

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

/dragonfly/games/hunt/huntd/
H A Dconf.c28 int conf_drone = 1; variable
84 { "drone", &conf_drone, Vint },
H A Dconf.h16 extern int conf_drone;
H A Ddriver.c823 if (conf_drone && rand_num(100) < 2) { in zap()