修复自定义页面编辑场地消行按钮用不了
This commit is contained in:
@@ -195,7 +195,7 @@ function scene.keyDown(key)
|
|||||||
local F=FIELD[page]
|
local F=FIELD[page]
|
||||||
local cleared=false
|
local cleared=false
|
||||||
for i=#F,1,-1 do
|
for i=#F,1,-1 do
|
||||||
local full
|
local full=true
|
||||||
for j=1,10 do
|
for j=1,10 do
|
||||||
if F[i][j]<=0 then full=false break end-- goto CONTINUE_notFull
|
if F[i][j]<=0 then full=false break end-- goto CONTINUE_notFull
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user