diff options
| author | Simon Tatham <anakin@pobox.com> | 2007-02-24 17:34:21 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2007-02-24 17:34:21 +0000 |
| commit | 63e5783d7e3a84764e6ba12a99afa8656215e0f2 (patch) | |
| tree | c09762a318ecc1c69308fb75c9b617df2a96a4bf | |
| parent | 027bf40f67b68e278fd1b02a85757789c556ade5 (diff) | |
| download | puzzles-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.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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); |