mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 08:01:30 -07:00
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:
@ -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);
|
||||
|
Reference in New Issue
Block a user