微调
This commit is contained in:
@@ -8,7 +8,7 @@ function FREEROW.reset(num)
|
|||||||
end
|
end
|
||||||
elseif num>len then
|
elseif num>len then
|
||||||
for i=len+1,num do
|
for i=len+1,num do
|
||||||
L[i]={0,0,0,0,0,0,0,0,0,0}
|
L[i]={0,0,0,0,0,0,0,0,0,0,garbage=false}
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
len=num
|
len=num
|
||||||
@@ -16,7 +16,7 @@ end
|
|||||||
function FREEROW.get(val,ifGarbage)
|
function FREEROW.get(val,ifGarbage)
|
||||||
if len==0 then
|
if len==0 then
|
||||||
for i=1,10 do
|
for i=1,10 do
|
||||||
L[i]={0,0,0,0,0,0,0,0,0,0}
|
L[i]={0,0,0,0,0,0,0,0,0,0,garbage=false}
|
||||||
end
|
end
|
||||||
len=len+10
|
len=len+10
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user