Galaxies doesn't print in colour.

[originally from svn r7334]
This commit is contained in:
Simon Tatham
2007-02-25 15:50:24 +00:00
parent a7408203eb
commit bc64fc8481

View 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,