Skip to content

Commit

Permalink
Fixed a stupid typo in the previous fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aaoa committed Oct 31, 2013
1 parent d89f1b3 commit 1bc2ce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PuzzleTutor/PuzzleMaker.m
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ - (short *)buildMediumPuzzle
if (r != 40)
{
[basePuzzle putInValue:(givenPuzzle[r2] + r2 * 9)];
if (workingPuzzle[r] != givenPuzzle[r])
if (workingPuzzle[r2] != givenPuzzle[r2])
{
workingPuzzle[r2] = givenPuzzle[r2];
count += 1;
Expand Down

0 comments on commit 1bc2ce9

Please sign in to comment.