Home
last modified time | relevance | path

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

/netbsd-src/games/warp/
H A Dweapon.c113 int nukex; in attack() local
120 nukey = nukex = 0; in attack()
376 nukex = dx; /* this direction */ in attack()
430 if (nukex < 0) in attack()
431 nukex = 2; in attack()
432 nuke->strategy = nukey + (nukex << 2); in attack()