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

  /src/games/sail/
dr_1.c 141 struct ship *fromcap, *tocap; local in function:fightitout
150 mento = mensent(to, from, crewto, &tocap, &pcto, 0);
153 if (tocap == 0)
154 tocap = to;
168 strengthto = mento * tocap->specs->qual;
186 strengthto = mento * tocap->specs->qual;
191 subtract(to, tocap, totalto, crewto, pcto);
202 subtract(to, tocap, totalto, crewto, pcto);
218 subtract(to, tocap, mento, crewto, pcto);
dr_1.c 141 struct ship *fromcap, *tocap; local in function:fightitout
150 mento = mensent(to, from, crewto, &tocap, &pcto, 0);
153 if (tocap == 0)
154 tocap = to;
168 strengthto = mento * tocap->specs->qual;
186 strengthto = mento * tocap->specs->qual;
191 subtract(to, tocap, totalto, crewto, pcto);
202 subtract(to, tocap, totalto, crewto, pcto);
218 subtract(to, tocap, mento, crewto, pcto);

Completed in 20 milliseconds