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

  /src/games/sail/
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