shithub: puzzles

Download patch

ref: 63e5783d7e3a84764e6ba12a99afa8656215e0f2
parent: 027bf40f67b68e278fd1b02a85757789c556ade5
author: Simon Tatham <[email protected]>
date: Sat Feb 24 12:34:21 EST 2007

Somehow I let a couple of // comments get past me when I accepted
this file. Remove them.

[originally from svn r7318]

--- a/galaxies.c
+++ b/galaxies.c
@@ -1216,8 +1216,8 @@
     clear_game(state, 1);
     ntries++;
 
-    //generate_pass(state, rs, scratch, 10, GP_DOTS);
-    //generate_pass(state, rs, scratch, 100, 0);
+    /* generate_pass(state, rs, scratch, 10, GP_DOTS); */
+    /* generate_pass(state, rs, scratch, 100, 0); */
     generate_pass(state, rs, scratch, 100, GP_DOTS);
 
     game_update_dots(state);