Remove unnecessary variable
This commit is contained in:
parent
68a32ab24e
commit
fe55e493f1
1 changed files with 1 additions and 2 deletions
|
@ -187,8 +187,7 @@ timeStep = do
|
||||||
False -> gravitate
|
False -> gravitate
|
||||||
True -> do
|
True -> do
|
||||||
freezeBlock
|
freezeBlock
|
||||||
cleared <- clearFullRows
|
clearFullRows >>= addToRowClears
|
||||||
addToRowClears cleared
|
|
||||||
updateScore
|
updateScore
|
||||||
nextBlock
|
nextBlock
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue