行标签调整,垃圾行不区分类型

This commit is contained in:
MrZ626
2020-10-29 16:01:24 +08:00
parent 37d4310863
commit 1d9a9a7000
3 changed files with 3 additions and 3 deletions

View File

@@ -41,7 +41,7 @@ return{
for _,P in next,PLAYERS.alive do
local t=P.showTime*3
for y=1,FIELD.h do
P.field[y]=freeRow.get(0,0)
P.field[y]=freeRow.get(0,true)
P.visTime[y]=freeRow.get(t)
for x=1,10 do P.field[y][x]=FIELD[y][x]end
end