Home | History | Annotate | Download | only in battlestar

Lines Matching refs:fuel

98 			fuel--;
104 fuel -= 10;
109 fuel--;
114 fuel -= 10;
120 fuel--;
126 fuel -= 10;
132 fuel--;
138 fuel -= 10;
198 mvaddstr(LINES - 1 - 1, 21, "TORPEDOES FUEL TIME");
258 if (fuel > 0) {
264 if (fuel < 0) {
265 fuel = 0;
266 mvaddstr(0, 60, "*** Out of fuel ***");
282 printw("%3d", fuel);