X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=sst.c;h=c2e02f5be68c6e83537a2ba709fbf5ca954421cf;hb=9b20b9087bc3b0ff892f50a34a09d2ec2e3711d4;hp=5fddb15ee24e25cafb1321041dce3eef7eaf8f6b;hpb=e7c2a3097e455ce93c62a21832e5c584031468db;p=super-star-trek.git diff --git a/sst.c b/sst.c index 5fddb15..c2e02f5 100644 --- a/sst.c +++ b/sst.c @@ -508,9 +508,9 @@ 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; + game.options |= OPTION_CURSES | OPTION_SHOWME; else game.options |= OPTION_TTY;