Home
last modified time | relevance | path

Searched refs:conf_random (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/games/hunt/huntd/
Dconf.h6 extern int conf_random;
Dconf.c17 int conf_random = 1; variable
73 { "random", &conf_random, Vint },
Dmakemaze.c219 if (conf_random) in remap()
Dexpl.c218 if (conf_random && rand_num(100) < conf_prandom) in remove_wall()