Home | History | Annotate | Download | only in sail

Lines Matching defs:indx

145 	int indx, totalfrom = 0, totalto = 0;
173 indx = fromstrength/10;
174 if (indx > 8)
175 indx = 8;
176 toinjured = MT[indx][2 - dieroll() / 3];
178 indx = strengthto/10;
179 if (indx > 8)
180 indx = 8;
181 frominjured = MT[indx][2 - dieroll() / 3];
275 int indx, rakehim, sternrake;
348 indx = guns;
350 indx += car;
351 indx = (indx - 1) / 3;
352 indx = indx > 8 ? 8 : indx;
354 hit = HDT[indx][target-1];
356 hit = HDTrake[indx][target-1];
359 hit += QUAL[indx][capship(sp)->specs->qual - 1];
362 if (indx <= 5)
373 if (indx <= 3)
379 if (indx <= 1)
384 hit += AMMO[indx][load - 1];