mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 16:05:44 -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);
|
clear_game(state, 1);
|
||||||
ntries++;
|
ntries++;
|
||||||
|
|
||||||
//generate_pass(state, rs, scratch, 10, GP_DOTS);
|
/* generate_pass(state, rs, scratch, 10, GP_DOTS); */
|
||||||
//generate_pass(state, rs, scratch, 100, 0);
|
/* generate_pass(state, rs, scratch, 100, 0); */
|
||||||
generate_pass(state, rs, scratch, 100, GP_DOTS);
|
generate_pass(state, rs, scratch, 100, GP_DOTS);
|
||||||
|
|
||||||
game_update_dots(state);
|
game_update_dots(state);
|
||||||
|
Reference in New Issue
Block a user