From: Eric S. Raymond Date: Sat, 12 Feb 2005 04:49:52 +0000 (+0000) Subject: Follow up on OPTION_SHOWME. X-Git-Tag: 2.0~323 X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=commitdiff_plain;h=7fbca3f9c0e2b23a942600911535de3caac7069e Follow up on OPTION_SHOWME. --- diff --git a/sst.c b/sst.c index 7f7bf89..c2e02f5 100644 --- 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