HomeSort by: relevance | last modified time | path
    Searched refs:scandist (Results 1 - 3 of 3) sorted by relevancy

  /src/games/warp/
weapon.c 133 for (prob = scandist;prob;prob--) {
141 if (rand_mod(2+scandist-prob) <
179 (scandist-prob > 5
198 scandist-prob > 5 &&
210 if (rand_mod(2+scandist-prob) <
246 if (rand_mod(2+scandist-prob) <
252 if (webnear && scandist-prob > 5) {
270 if (rand_mod(2+scandist-prob) <
296 rand_mod(2+scandist-prob) <
306 webnear = (scandist-prob < 3)
    [all...]
warp.h 409 EXT int scandist; variable in typeref:typename:EXT int
init.c 64 scandist = (massacre?20:15);

Completed in 126 milliseconds