rename solidLine to notEmptyLine (#362)
Co-authored-by: MrZ_26 <1046101471@qq.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user