aboutsummaryrefslogtreecommitdiff
path: root/games/hack/hack.options.c
diff options
context:
space:
mode:
authorRodney W. Grimes <rgrimes@FreeBSD.org>1995-05-30 03:37:36 +0000
committerRodney W. Grimes <rgrimes@FreeBSD.org>1995-05-30 03:37:36 +0000
commit010f5413b5781bc362fde190ec835a424ec8d28e (patch)
tree4d8ac7e75ac179a918a76def244de6e3f3314e76 /games/hack/hack.options.c
parent2162b2d2265b5a190e84216b529977d83162f9cc (diff)
Notes
Diffstat (limited to 'games/hack/hack.options.c')
-rw-r--r--games/hack/hack.options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/hack/hack.options.c b/games/hack/hack.options.c
index ed95de310ead4..477d08ba23063 100644
--- a/games/hack/hack.options.c
+++ b/games/hack/hack.options.c
@@ -45,7 +45,7 @@ boolean from_env;
if(*opts == '!') opts++; else opts += 2;
negated = !negated;
}
-
+
if(!strncmp(opts,"standout",8)) {
flags.standout = !negated;
return;