aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2007-02-24 17:34:21 +0000
committerSimon Tatham <anakin@pobox.com>2007-02-24 17:34:21 +0000
commit63e5783d7e3a84764e6ba12a99afa8656215e0f2 (patch)
treec09762a318ecc1c69308fb75c9b617df2a96a4bf
parent027bf40f67b68e278fd1b02a85757789c556ade5 (diff)
downloadpuzzles-63e5783d7e3a84764e6ba12a99afa8656215e0f2.zip
puzzles-63e5783d7e3a84764e6ba12a99afa8656215e0f2.tar.gz
puzzles-63e5783d7e3a84764e6ba12a99afa8656215e0f2.tar.bz2
puzzles-63e5783d7e3a84764e6ba12a99afa8656215e0f2.tar.xz
Somehow I let a couple of // comments get past me when I accepted
this file. Remove them. [originally from svn r7318]
-rw-r--r--galaxies.c4
1 files 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);