WIDTH2
static char been_there[HEIGHT][WIDTH2];
char Maze[HEIGHT][WIDTH2]; /* the maze */
char Orig_maze[HEIGHT][WIDTH2]; /* the original maze */
char p_maze[HEIGHT][WIDTH2];
extern char Maze[HEIGHT][WIDTH2];
extern char Orig_maze[HEIGHT][WIDTH2];