Home
last modified time | relevance | path

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

/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/kernel/
H A Dcombat.c807 Obj *choice, *chtype, *chutype, *chside; in model_1_attack() local
828 chutype = cadr(choice); in model_1_attack()
829 if (consp(chutype)) { in model_1_attack()
830 chside = cadr(chutype); in model_1_attack()
831 chutype = car(chutype); in model_1_attack()
835 u3 = utype_from_name(c_string(chutype)); in model_1_attack()