HomeSort by: relevance | last modified time | path
    Searched refs:etorp (Results 1 - 8 of 8) sorted by relevancy

  /src/games/warp/
weapon.h 11 EXT int etorp; variable in typeref:typename:EXT int
them.c 146 etorp -= rand_mod(10);
147 if (etorp < 0)
148 etorp = 0;
score.c 265 if (etorp != oldetorp) {
266 snprintf(spbuf, sizeof(spbuf), "%2d",etorp);
268 oldetorp = etorp;
272 if (etorp >= 0) {
273 etorp = -1;
play.c 163 etorp++;
move.c 586 tmp = (btorp < 50 - etorp ?
587 btorp : 50 - etorp);
588 etorp += tmp;
weapon.c 41 (from == ent && etorp > 0) ||
57 etorp--;
init.c 548 etorp = 50;
term.c 541 etorp = 0;

Completed in 18 milliseconds