Home | History | Annotate | Download | only in huntd

Lines Matching refs:Maze

75  *		size is 80x24 with the maze being 64x24)
188 sp = &Maze[y][x];
212 sp = &Maze[y][++x];
236 sp = &Maze[--y][x];
241 sp -= sizeof Maze[0];
248 sp = &Maze[++y][x];
253 sp += sizeof Maze[0];
269 indx = y * sizeof Maze[0] + x;
270 ch = ((char *) Maze)[indx];
322 Maze[y][x] = draw ? pp->p_face : pp->p_over;
390 return Maze[y][x];
396 return Maze[y][x];