Merge Stas's fixes to restore old behavior in the chart function and
[super-star-trek.git] / sst.c
diff --git a/sst.c b/sst.c
index 7f7bf89497356fbb4071b759907fa93b572c106c..2d454cbace8a96052649698ced7137770730ec8d 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
@@ -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();