From a0f67a83de82f11679d0cf8ea7f170ca808fc596 Mon Sep 17 00:00:00 2001 From: simon Date: Sun, 25 Feb 2007 15:50:24 +0000 Subject: [PATCH] Galaxies doesn't print in colour. git-svn-id: svn://svn.tartarus.org/sgt/puzzles@7334 cda61777-01e9-0310-a592-d414129be87e --- galaxies.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/galaxies.c b/galaxies.c index e10db3a..9487a54 100644 --- a/galaxies.c +++ b/galaxies.c @@ -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, -- 2.11.0