497
次編輯
小 (移除我为了自己取乐加的 change 参数) |
(跳过删除曲(已测试游戏本体行为)) |
||
行 66: | 行 66: | ||
if value<songSize then | if value<songSize then | ||
local info=songlist[value+1] | local info=songlist[value+1] | ||
if isFree(info) then | if not info.deleted then | ||
if isFree(info) then | |||
if currentFreeCount<1 then | |||
currentFreeCount=currentFreeCount+1 | |||
resultFree[currentFreeCount]=info | |||
end | |||
else | |||
if currentPaidCount<2 then | |||
currentPaidCount=currentPaidCount+1 | |||
resultPaid[currentPaidCount]=info | |||
end | |||
end | end | ||
end | end |
次編輯