HomeSort by: relevance | last modified time | path
    Searched refs:crewfrom (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],
52 if (totalfrom > crewfrom[n]) {
53 totalfrom -= crewfrom[n];
54 crewfrom[n] = 0;
56 crewfrom[n] -= totalfrom;
60 send_crew(from, crewfrom[0], crewfrom[1], crewfrom[2]);
dr_1.c 142 int crewfrom[3], crewto[3], menfrom, mento; local in function:fightitout
149 menfrom = mensent(from, to, crewfrom, &fromcap, &pcfrom, key);
190 subtract(from, fromcap, totalfrom, crewfrom, pcfrom);
201 subtract(from, fromcap, totalfrom, crewfrom, pcfrom);
219 subtract(from, to, - mento, crewfrom, 0);

Completed in 12 milliseconds