Home
last modified time | relevance | path

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

/dragonfly/games/sail/
H A Ddr_1.c141 struct ship *fromcap, *tocap; in fightitout() local
150 mento = mensent(to, from, crewto, &tocap, &pcto, 0); in fightitout()
153 if (tocap == NULL) in fightitout()
154 tocap = to; in fightitout()
168 strengthto = mento * tocap->specs->qual; in fightitout()
186 strengthto = mento * tocap->specs->qual; in fightitout()
191 subtract(to, tocap, totalto, crewto, pcto); in fightitout()
202 subtract(to, tocap, totalto, crewto, pcto); in fightitout()
218 subtract(to, tocap, mento, crewto, pcto); in fightitout()