Home
last modified time | relevance | path

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

/dragonfly/games/sail/
H A Ddr_1.c141 struct ship *fromcap, *tocap; in fightitout() local
151 if (fromcap == NULL) in fightitout()
152 fromcap = from; in fightitout()
157 if (fromcap == from) in fightitout()
167 fromstrength = menfrom * fromcap->specs->qual; in fightitout()
185 fromstrength = menfrom * fromcap->specs->qual; in fightitout()
190 subtract(from, fromcap, totalfrom, crewfrom, pcfrom); in fightitout()
201 subtract(from, fromcap, totalfrom, crewfrom, pcfrom); in fightitout()
204 if (fromcap != from) in fightitout()
205 send_points(fromcap, in fightitout()
[all …]
H A Ddr_5.c45 subtract(struct ship *from, struct ship *fromcap, int totalfrom, int *crewfrom, in subtract() argument
50 if (fromcap == from && totalfrom) { /* if not captured */ in subtract()