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

  /src/games/sail/
dr_3.c 274 bp = isdefense ? from->file->DBP : from->file->OBP;
294 int obp = 0; local in function:is_toughmelee
295 int n, OBP = 0, DBP = 0, dbp = 0;
299 bp = isdefense ? ship->file->DBP : ship->file->OBP;
302 obp += bp->mensent / 100
304 obp += (bp->mensent % 100)/10
306 obp += bp->mensent % 10
311 return obp;
312 OBP = is_toughmelee(to, ship, 0, count + 1);
315 if (OBP > obp + 10 || OBP + DBP >= obp + dbp + 10
    [all...]
extern.h 148 struct BP OBP[NBP]; /* 30 */

Completed in 40 milliseconds