rename solidLine to notEmptyLine (#362)

Co-authored-by: MrZ_26 <1046101471@qq.com>
This commit is contained in:
Imple Lee
2021-10-06 17:23:38 +08:00
committed by GitHub
parent 54447e187a
commit 3060d89ed4
2 changed files with 6 additions and 6 deletions

View File

@@ -5,7 +5,7 @@ return{
applyCustomGame()
for y=1,20 do
if solidLine(FIELD[1][y])then
if notEmptyLine(FIELD[1][y])then
--Switch clear sprint mode on
GAME.modeEnv.dropPiece=require'parts.eventsets.checkClearBoard'.dropPiece
goto BREAK_clearMode