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

  /src/games/battlestar/
battlestar.c 75 if (notes[LAUNCHED])
command6.c 53 notes[LAUNCHED] = 1;
71 if (notes[LAUNCHED] && testbit(location[position].objects, LAND) &&
73 notes[LAUNCHED] = 0;
command1.c 49 if ((!notes[CANTMOVE] && !notes[LAUNCHED]) ||
51 (fuel > 0 && notes[LAUNCHED])) {
63 if (notes[CANTMOVE] && !notes[LAUNCHED]) {
273 notes[LAUNCHED] = 0;
command5.c 201 if (notes[LAUNCHED]) {
207 notes[LAUNCHED] = 0;
extern.h 203 #define LAUNCHED 1

Completed in 12 milliseconds