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
|
||||
True -> do
|
||||
freezeBlock
|
||||
cleared <- clearFullRows
|
||||
addToRowClears cleared
|
||||
clearFullRows >>= addToRowClears
|
||||
updateScore
|
||||
nextBlock
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue