HomeSort by: relevance | last modified time | path
    Searched refs:totalfrom (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 */
52 if (totalfrom > crewfrom[n]) {
53 totalfrom -= crewfrom[n];
56 crewfrom[n] -= totalfrom;
57 totalfrom = 0;
61 } else if (totalfrom) {
62 pcfrom -= totalfrom;
dr_1.c 145 int indx, totalfrom = 0, totalto = 0; local in function:fightitout
182 totalfrom += frominjured;
190 subtract(from, fromcap, totalfrom, crewfrom, pcfrom);
195 totalto, from->shipname, totalfrom);
201 subtract(from, fromcap, totalfrom, crewfrom, pcfrom);
226 totalto, from->shipname, totalfrom);

Completed in 12 milliseconds