From: simon Date: Sat, 24 Feb 2007 17:34:21 +0000 (+0000) Subject: Somehow I let a couple of // comments get past me when I accepted X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/commitdiff_plain/11c42b81eb5192c74fa1753c54f7add1bd73f66a Somehow I let a couple of // comments get past me when I accepted this file. Remove them. git-svn-id: svn://svn.tartarus.org/sgt/puzzles@7318 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/galaxies.c b/galaxies.c index 19d5624..9e4f4fd 100644 --- a/galaxies.c +++ b/galaxies.c @@ -1216,8 +1216,8 @@ generate: 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);