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

  /src/games/sail/
assorted.c 51 int hhits = 0, chits = 0, ghits = 0, rhits = 0; local in function:table
70 Chit = chits = hittable;
73 Chit = chits = tp->C;
85 pc -= (chits + 1) / 2;
86 chits /= 2;
89 if (chits > crew[n]) {
90 chits -= crew[n];
93 crew[n] -= chits;
94 chits = 0;
pl_3.c 53 int hhits = 0, ghits = 0, rhits = 0, chits = 0; local in function:acceptcombat
181 chits = hit;
188 chits = t->C;
203 hhits, ghits, chits, rhits);

Completed in 13 milliseconds