remove restriction on field height in custom mode (#361)
This commit is contained in:
@@ -183,7 +183,7 @@ end
|
||||
function setField(P,page)
|
||||
local F=FIELD[page]
|
||||
local height=0
|
||||
for y=20,1,-1 do
|
||||
for y=#F,1,-1 do
|
||||
if solidLine(F[y])then
|
||||
height=y
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user