diff options
| author | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1995-05-30 03:37:36 +0000 |
|---|---|---|
| committer | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1995-05-30 03:37:36 +0000 |
| commit | 010f5413b5781bc362fde190ec835a424ec8d28e (patch) | |
| tree | 4d8ac7e75ac179a918a76def244de6e3f3314e76 /games/hack/hack.options.c | |
| parent | 2162b2d2265b5a190e84216b529977d83162f9cc (diff) | |
Notes
Diffstat (limited to 'games/hack/hack.options.c')
| -rw-r--r-- | games/hack/hack.options.c | 2 |
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; |
