chiark / gitweb /
Galaxies doesn't print in colour.
authorSimon Tatham <anakin@pobox.com>
Sun, 25 Feb 2007 15:50:24 +0000 (15:50 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 25 Feb 2007 15:50:24 +0000 (15:50 +0000)
[originally from svn r7334]

galaxies.c

index e10db3ac220bec2255ce1712fd141b5b1e39c4d5..9487a54518260b6de90662edc443979981e9082b 100644 (file)
@@ -3230,7 +3230,7 @@ const struct game thegame = {
     FALSE, FALSE, NULL, NULL,
     TRUE,                              /* wants_statusbar */
 #else
-    TRUE, TRUE, game_print_size, game_print,
+    TRUE, FALSE, game_print_size, game_print,
     FALSE,                            /* wants_statusbar */
 #endif
     FALSE, game_timing_state,