mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 16:05:44 -07:00
Galaxies doesn't print in colour.
[originally from svn r7334]
This commit is contained in:
@ -3230,7 +3230,7 @@ const struct game thegame = {
|
|||||||
FALSE, FALSE, NULL, NULL,
|
FALSE, FALSE, NULL, NULL,
|
||||||
TRUE, /* wants_statusbar */
|
TRUE, /* wants_statusbar */
|
||||||
#else
|
#else
|
||||||
TRUE, TRUE, game_print_size, game_print,
|
TRUE, FALSE, game_print_size, game_print,
|
||||||
FALSE, /* wants_statusbar */
|
FALSE, /* wants_statusbar */
|
||||||
#endif
|
#endif
|
||||||
FALSE, game_timing_state,
|
FALSE, game_timing_state,
|
||||||
|
Reference in New Issue
Block a user