Home | History | Annotate | Download | only in sail

Lines Matching defs:ghits

51 	int hhits = 0, chits = 0, ghits = 0, rhits = 0;
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;
133 ghits = 0;
135 hull -= ghits;