From 9287d95d0810e6fc76625aa270ecdff297934c55 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Wed, 28 Feb 2007 21:19:15 +0000 Subject: General cleanups patch from James H: - missing static in filling.c - better robustness in execute_move() in filling.c - remove side effects in assert statements - remove rogue diagnostic in galaxies.c - remove // comment in map.c - add more stylus-friendly UI to Pattern - bias Unequal towards generating inequality clues rather than numeric [originally from svn r7344] --- map.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'map.c') diff --git a/map.c b/map.c index b6b6194..da3c4ba 100644 --- a/map.c +++ b/map.c @@ -2532,7 +2532,7 @@ static void game_set_size(drawing *dr, game_drawstate *ds, const float map_colours[FOUR][3] = { #ifdef VIVID_COLOURS - // Use more vivid colours (e.g. on the Pocket PC) + /* Use more vivid colours (e.g. on the Pocket PC) */ {0.75F, 0.25F, 0.25F}, {0.3F, 0.7F, 0.3F}, {0.3F, 0.3F, 0.7F}, -- cgit v1.1