Searched refs:r_x (Results 1 – 3 of 3) sorted by relevance
170 switch (Maze[r->r_y][r->r_x]) { in remove_wall()177 save_char = Maze[r->r_y][r->r_x]; in remove_wall()181 if (Maze[r->r_y][r->r_x] == SPACE) in remove_wall()193 Maze[r->r_y][r->r_x] = Orig_maze[r->r_y][r->r_x]; in remove_wall()195 pp = play_at(r->r_y, r->r_x); in remove_wall()203 pp->p_over = Orig_maze[r->r_y][r->r_x]; in remove_wall()205 Maze[r->r_y][r->r_x] = FLYER; in remove_wall()206 showexpl(r->r_y, r->r_x, FLYER); in remove_wall()209 Maze[r->r_y][r->r_x] = Orig_maze[r->r_y][r->r_x]; in remove_wall()213 Maze[r->r_y][r->r_x] = DOOR; in remove_wall()[all …]
129 int r_x, r_y; member
4021 (memrefs_conflict_p): Change type of variables `r_x' and `r_y' to