Somehow I let a couple of // comments get past me when I accepted

this file. Remove them.

[originally from svn r7318]
This commit is contained in:
Simon Tatham
2007-02-24 17:34:21 +00:00
parent 027bf40f67
commit 63e5783d7e

View File

@ -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);