修改堆叠模式玩法(自动清除之前记录)

修改更新历史和build号
This commit is contained in:
MrZ626
2021-11-02 03:38:43 +08:00
parent 172101ed55
commit 684cb90a7d
8 changed files with 103 additions and 82 deletions

View File

@@ -443,6 +443,14 @@ do
fs.remove('record/round_l.rec')
fs.remove('record/round_u.rec')
end
if STAT.version<1604 then
RANKS.stack_e=nil
RANKS.stack_h=nil
RANKS.stack_u=nil
fs.remove('record/stack_e.rec')
fs.remove('record/stack_h.rec')
fs.remove('record/stack_u.rec')
end
if RANKS.stack_20l then
RANKS.stack_20l=nil
RANKS.stack_40l=nil