From 63e5783d7e3a84764e6ba12a99afa8656215e0f2 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Sat, 24 Feb 2007 17:34:21 +0000 Subject: [PATCH] Somehow I let a couple of // comments get past me when I accepted this file. Remove them. [originally from svn r7318] --- galaxies.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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);