diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-06-02 19:47:13 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-06-02 19:47:13 +0000 |
commit | 53bde7aa54dba785761adf2e07bce713745dca5c (patch) | |
tree | 1a25d53d4d9eacde0eb46375ec056b291107f010 /games/robots/init_field.c | |
parent | 1ff7940dde0b51ff9be56ffa751f4a93c90d65e5 (diff) |
Update for modern curses implementation
Diffstat (limited to 'games/robots/init_field.c')
-rw-r--r-- | games/robots/init_field.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/robots/init_field.c b/games/robots/init_field.c index 33993d98ad0..2db36857b67 100644 --- a/games/robots/init_field.c +++ b/games/robots/init_field.c @@ -82,7 +82,9 @@ init_field() Dead = FALSE; Waiting = FALSE; +#ifndef NCURSES_VERSION flushok(stdscr, TRUE); +#endif Score = 0; erase(); |