summaryrefslogtreecommitdiff
path: root/games/atc/main.c
diff options
context:
space:
mode:
authorkstailey <kstailey@cvs.openbsd.org>1997-06-18 18:32:45 +0000
committerkstailey <kstailey@cvs.openbsd.org>1997-06-18 18:32:45 +0000
commit1b65aa0cebe95a4104d13ee5baba98983a4f4805 (patch)
tree0c65e0745d735404fd03c412c288c1f63e9956b2 /games/atc/main.c
parentd60a8b61c754f2cff9f1f1a9d9088530ad1775cf (diff)
fix highscore file
Diffstat (limited to 'games/atc/main.c')
-rw-r--r--games/atc/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/games/atc/main.c b/games/atc/main.c
index cd502e26a63..32d5f8d341a 100644
--- a/games/atc/main.c
+++ b/games/atc/main.c
@@ -77,6 +77,8 @@ main(ac, av)
extern char *default_game(), *okay_game();
extern void log_score(), quit(), update();
+ open_score_file();
+
/* revoke privs */
setegid(getgid());
setgid(getgid());