diff options
author | Paul Janzen <pjanzen@cvs.openbsd.org> | 1999-09-01 00:27:09 +0000 |
---|---|---|
committer | Paul Janzen <pjanzen@cvs.openbsd.org> | 1999-09-01 00:27:09 +0000 |
commit | fd7cb7278c603ed8c4c5a78803c7fc50505af140 (patch) | |
tree | 72dba43e277eff8dae494813d10109fad0599575 /games/atc/main.c | |
parent | 218d5628e20ac2fdb9baa100d7537b10cc592145 (diff) |
Make sure screen is big enough for the selected game; also a little tidying
Diffstat (limited to 'games/atc/main.c')
-rw-r--r-- | games/atc/main.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/atc/main.c b/games/atc/main.c index e69664d5663..6819df1c19b 100644 --- a/games/atc/main.c +++ b/games/atc/main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: main.c,v 1.7 1998/09/21 07:36:06 pjanzen Exp $ */ +/* $OpenBSD: main.c,v 1.8 1999/09/01 00:27:08 pjanzen Exp $ */ /* $NetBSD: main.c,v 1.4 1995/04/27 21:22:25 mycroft Exp $ */ /*- @@ -56,7 +56,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 5/31/93"; #else -static char rcsid[] = "$OpenBSD: main.c,v 1.7 1998/09/21 07:36:06 pjanzen Exp $"; +static char rcsid[] = "$OpenBSD: main.c,v 1.8 1999/09/01 00:27:08 pjanzen Exp $"; #endif #endif /* not lint */ @@ -161,7 +161,6 @@ main(ac, av) if (file == NULL || read_file(file) < 0) exit(1); - init_gr(); setup_screen(sp); addplane(); |