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

  /src/games/sail/
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);

Completed in 11 milliseconds