mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 08:01:30 -07:00
Mike points out that I made an error in one of the presets...
[originally from svn r6216]
This commit is contained in:
2
loopy.c
2
loopy.c
@ -391,7 +391,7 @@ static const struct {
|
||||
{ "4x4 Easy", { 4, 4, 0 } },
|
||||
{ "4x4 Hard", { 4, 4, 2 } },
|
||||
{ "7x7 Easy", { 7, 7, 0 } },
|
||||
{ "7x7 Hard", { 7, 7, 0 } },
|
||||
{ "7x7 Hard", { 7, 7, 2 } },
|
||||
{ "10x10 Easy", { 10, 10, 0 } },
|
||||
{ "10x10 Hard", { 10, 10, 2 } },
|
||||
{ "15x15 Easy", { 15, 15, 0 } },
|
||||
|
Reference in New Issue
Block a user