HomeSort by: relevance | last modified time | path
    Searched defs:old_loc (Results 1 - 2 of 2) sorted by relevancy

  /src/games/monop/
execute.c 132 int old_loc; local in function:move
134 old_loc = cur_p->loc;
136 if (cur_p->loc < old_loc && rl > 0) {
execute.c 132 int old_loc; local in function:move
134 old_loc = cur_p->loc;
136 if (cur_p->loc < old_loc && rl > 0) {

Completed in 22 milliseconds