Home
last modified time | relevance | path

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

/dragonfly/games/hunt/huntd/
H A Dconf.c22 int conf_random = 1; variable
78 { "random", &conf_random, Vint },
H A Dconf.h10 extern int conf_random;
H A Dmakemaze.c164 if (conf_random) in remap()
H A Dexpl.c218 if (conf_random && rand_num(100) < conf_prandom) in remove_wall()