summaryrefslogtreecommitdiffstats
path: root/games/atc/graphics.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/atc/graphics.c')
-rw-r--r--games/atc/graphics.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/atc/graphics.c b/games/atc/graphics.c
index 49604f4..7503b26 100644
--- a/games/atc/graphics.c
+++ b/games/atc/graphics.c
@@ -115,7 +115,7 @@ init_gr()
initscr();
setbuf(stdout, buffer);
input = newwin(INPUT_LINES, COLS - PLANE_COLS, LINES - INPUT_LINES, 0);
- credit = newwin(INPUT_LINES, PLANE_COLS, LINES - INPUT_LINES,
+ credit = newwin(INPUT_LINES, PLANE_COLS, LINES - INPUT_LINES,
COLS - PLANE_COLS);
planes = newwin(LINES - INPUT_LINES, PLANE_COLS, 0, COLS - PLANE_COLS);
}
@@ -204,7 +204,7 @@ setup_screen(scp)
wmove(radar, scp->airport[i].y, scp->airport[i].x * 2);
waddstr(radar, str);
}
-
+
overwrite(radar, cleanradar);
wrefresh(radar);
wrefresh(credit);
OpenPOWER on IntegriCloud