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

  /src/games/robots/
extern.c 57 bool Stand_still = false; /* Auto play for standing still pattern */
main.c 133 else if (strcmp(word, "stand_still") == 0)
134 Stand_still = true;
135 if (Pattern_roll || Stand_still)
221 if ((Stand_still || Pattern_roll) && !Newscore)
robots.h 93 extern bool Pattern_roll, Stand_still;
move.c 86 else if (Num_robots > 1 && Stand_still)
226 if (Stand_still && Num_robots > 1 && eaten(&My_pos))

Completed in 124 milliseconds