mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-22 08:25:45 -07:00
Optimiser placation.
[originally from svn r7625]
This commit is contained in:
@ -651,7 +651,7 @@ static void generate_board(int w, int h, int *rtx, int *rty, int *minmoves,
|
||||
int *list, nlist, pos;
|
||||
int tx, ty;
|
||||
int i, j;
|
||||
int moves;
|
||||
int moves = 0; /* placate optimiser */
|
||||
|
||||
/*
|
||||
* Set up a board and fill it with singletons, except for a
|
||||
|
Reference in New Issue
Block a user