More work on undo/freemove buttons.

This commit is contained in:
t-moe
2016-06-17 13:37:45 +02:00
parent 38ec800137
commit fd287beb9d
3 changed files with 10 additions and 4 deletions

View File

@@ -394,7 +394,7 @@ public class Game {
field[lastPoint.x][lastPoint.y] = 0;
freeBlocks++;
if(distinctmatches < 1){
if(distinctmatches > 1){
freeMoves++;
}