aboutsummaryrefslogtreecommitdiff
path: root/map.c
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2007-02-28 21:19:15 +0000
committerSimon Tatham <anakin@pobox.com>2007-02-28 21:19:15 +0000
commit9287d95d0810e6fc76625aa270ecdff297934c55 (patch)
treed3d43a32a15410a08e1df3b866ac3f56e8b3ad21 /map.c
parentde5ccc9352d0156600c0ed1e87daac28015e8c01 (diff)
downloadpuzzles-9287d95d0810e6fc76625aa270ecdff297934c55.zip
puzzles-9287d95d0810e6fc76625aa270ecdff297934c55.tar.gz
puzzles-9287d95d0810e6fc76625aa270ecdff297934c55.tar.bz2
puzzles-9287d95d0810e6fc76625aa270ecdff297934c55.tar.xz
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]
Diffstat (limited to 'map.c')
-rw-r--r--map.c2
1 files changed, 1 insertions, 1 deletions
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},