dorkster / freeblocks

FreeBlocks is a puzzle game with similar gameplay to Tetris Attack.
GNU General Public License v3.0
30 stars 2 forks source link

Fix last row blocks not clearing after match #25

Closed cxong closed 9 years ago

cxong commented 9 years ago

When DISABLED_ROWS set to 0 and bottom row matched, blocks need to be cleared otherwise their matched flag will always be true, preventing block switches.