diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-12-09 05:01:15 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-12-09 05:01:15 +0000 |
commit | 92b001fa211cd2e8ab6cb78d4bcfb6c3c9401a1a (patch) | |
tree | f192399825bdb76633b17f9dbbf347210a1eb250 /games/atc/update.c | |
parent | 0aa579b864abda30fe89f1978544d2eeb4c3d583 (diff) |
Do not memorialize cheaters in the high score file.
from pjanzen
Diffstat (limited to 'games/atc/update.c')
-rw-r--r-- | games/atc/update.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/atc/update.c b/games/atc/update.c index 86536a23e79..36cf824bd27 100644 --- a/games/atc/update.c +++ b/games/atc/update.c @@ -1,4 +1,4 @@ -/* $OpenBSD: update.c,v 1.15 2014/12/08 21:56:27 deraadt Exp $ */ +/* $OpenBSD: update.c,v 1.16 2014/12/09 05:01:14 deraadt Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -43,7 +43,6 @@ #include "include.h" -int seeded; void setseed(const char *seed) { |