dr_3.c | 291 is_toughmelee(struct ship *ship, struct ship *to, int isdefense, int count) function in typeref:typename:int 312 OBP = is_toughmelee(to, ship, 0, count + 1); 313 dbp = is_toughmelee(ship, to, 1, count + 1); 314 DBP = is_toughmelee(to, ship, 1, count + 1);
|