X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;ds=sidebyside;f=sst.c;h=2d454cbace8a96052649698ced7137770730ec8d;hb=0494866db0a61c4111d1fb15836cea9b8c1a9d97;hp=7f7bf89497356fbb4071b759907fa93b572c106c;hpb=665b7ab04d99076511156ac4da537f0fa144d268;p=super-star-trek.git diff --git a/sst.c b/sst.c index 7f7bf89..2d454cb 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 @@ -537,7 +537,7 @@ int main(int argc, char **argv) while (TRUE) { /* Play a game */ setwnd(fullscreen_window); #ifdef DEBUG - prout("INITIAL OPTIONS: %0lx\n", game.options); + prout("INITIAL OPTIONS: %0lx", game.options); #endif /* DEBUG */ clrscr(); prelim();