chiark / gitweb /
General cleanups patch from James H:
[sgt-puzzles.git] / map.c
diff --git a/map.c b/map.c
index b6b61947372c23605c545949518c7b29786f8635..da3c4bacb2dd013fc377905e033b5e5a34847a87 100644 (file)
--- 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},