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

  /src/games/battlestar/
fly.c 151 if (torps) {
152 torps -= 2;
235 printw("%3d", torps);
280 printw("%3d", torps);
globals.c 271 int fuel, torps; variable in typeref:typename:int
init.c 67 torps = TORPEDOES;
save.c 72 fread(&torps, sizeof torps, 1, fp);
126 fwrite(&torps, sizeof torps, 1, fp);
cypher.c 426 printf("Torps (was %d) = ", torps);
429 sscanf(buffer, "%d", &torps);
extern.h 289 extern int ourclock, fuel, torps;
  /src/games/warp/
weapon.c 109 bool torps; local in function:attack
128 torps = thru_stars = false;
176 if (!torps && obj->energy > 1000) {
220 obj->strategy += (!torps && deados > 10);
223 if (!torps && obj->strategy > 5) {
254 if (!torps && obj->energy > 1000) {
300 torps = false;
307 torps = false;
317 torps = true;
327 torps = true
    [all...]

Completed in 17 milliseconds