dr_3.c | 274 bp = isdefense ? from->file->DBP : from->file->OBP; 295 int n, OBP = 0, DBP = 0, dbp = 0; local in function:is_toughmelee 299 bp = isdefense ? ship->file->DBP : ship->file->OBP; 313 dbp = is_toughmelee(ship, to, 1, count + 1); 314 DBP = is_toughmelee(to, ship, 1, count + 1); 315 if (OBP > obp + 10 || OBP + DBP >= obp + dbp + 10)
|