X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/cb0c7d4a682a68dfeb06e1c4e3aeb01cdf126c5e..888050f2206455bfe5f1470dd38e19b6cfc69b65:/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},