From: Simon Tatham Date: Sun, 25 Feb 2007 15:50:24 +0000 (+0000) Subject: Galaxies doesn't print in colour. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=bc64fc84812903a887b6134b69b317c8b385c323;p=sgt-puzzles.git Galaxies doesn't print in colour. [originally from svn r7334] --- 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,