projects
/
super-star-trek.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
665b7ab
)
Follow up on OPTION_SHOWME.
author
Eric S. Raymond
<esr@thyrsus.com>
Sat, 12 Feb 2005 04:49:52 +0000
(
04:49
+0000)
committer
Eric S. Raymond
<esr@thyrsus.com>
Sat, 12 Feb 2005 04:49:52 +0000
(
04:49
+0000)
sst.c
patch
|
blob
|
history
diff --git
a/sst.c
b/sst.c
index 7f7bf89497356fbb4071b759907fa93b572c106c..c2e02f5be68c6e83537a2ba709fbf5ca954421cf 100644
(file)
--- a/
sst.c
+++ b/
sst.c
@@
-508,7
+508,7
@@
int main(int argc, char **argv)
{
int i, option;
- game.options = OPTION_ALL &~
OPTION_IOMODES
;
+ game.options = OPTION_ALL &~
(OPTION_IOMODES | OPTION_SHOWME)
;
if (getenv("TERM"))
game.options |= OPTION_CURSES | OPTION_SHOWME;
else