Merge pull request #37 from John-Colvin/patch-1

fix tetris row counter
This commit is contained in:
Vadim Lopatin 2015-01-28 21:20:42 +03:00
commit 4adeac03f2
1 changed files with 1 additions and 1 deletions

View File

@ -264,7 +264,7 @@ struct Cup {
_destroyedFullRows[i] = false;
}
}
return true;
return res;
}
/// check if all cells where current figire is located are free