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);
|