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

  /src/games/trek/
attack.c 81 int maxhit, tothit, shldabsb; local in function:attack
105 maxhit = tothit = 0;
148 tothit += hit;
178 if (maxhit >= 200 || tothit >= 500) {
179 cas = tothit * 0.015 * franf();
attack.c 81 int maxhit, tothit, shldabsb; local in function:attack
105 maxhit = tothit = 0;
148 tothit += hit;
178 if (maxhit >= 200 || tothit >= 500) {
179 cas = tothit * 0.015 * franf();

Completed in 21 milliseconds