HomeSort by: relevance | last modified time | path
    Searched defs:ghits (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
76 Ghit = ghits = tp->G;
80 Ghit = ghits = 0;
121 if (ghits > car) {
122 ghits -= car;
125 car -= ghits;
126 ghits = 0;
128 if (ghits > guns) {
129 ghits -= guns;
132 guns -= ghits;
    [all...]
pl_3.c 53 int hhits = 0, ghits = 0, rhits = 0, chits = 0; local in function:acceptcombat
191 ghits = t->G;
195 ghits = 0;
203 hhits, ghits, chits, rhits);

Completed in 13 milliseconds