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

  /src/games/sail/
dr_5.c 45 subtract(struct ship *from, struct ship *fromcap, int totalfrom, int crewfrom[3],
50 if (fromcap == from && totalfrom) { /* if not captured */
dr_1.c 141 struct ship *fromcap, *tocap; local in function:fightitout
149 menfrom = mensent(from, to, crewfrom, &fromcap, &pcfrom, key);
151 if (fromcap == 0)
152 fromcap = from;
157 if (fromcap == from)
167 fromstrength = menfrom * fromcap->specs->qual;
185 fromstrength = menfrom * fromcap->specs->qual;
190 subtract(from, fromcap, totalfrom, crewfrom, pcfrom);
201 subtract(from, fromcap, totalfrom, crewfrom, pcfrom);
204 if (fromcap != from
    [all...]

Completed in 11 milliseconds