帮0.17前的版本自动调大1帧的das打断,尝试维持手感
This commit is contained in:
5
main.lua
5
main.lua
@@ -446,7 +446,6 @@ do
|
|||||||
if RANKS.tsd_u then
|
if RANKS.tsd_u then
|
||||||
RANKS.tsd_u=0
|
RANKS.tsd_u=0
|
||||||
end
|
end
|
||||||
needSave=true
|
|
||||||
end
|
end
|
||||||
if STAT.version==1601 then
|
if STAT.version==1601 then
|
||||||
RANKS.round_e=nil
|
RANKS.round_e=nil
|
||||||
@@ -460,6 +459,10 @@ do
|
|||||||
fs.remove('record/round_l.rec')
|
fs.remove('record/round_l.rec')
|
||||||
fs.remove('record/round_u.rec')
|
fs.remove('record/round_u.rec')
|
||||||
end
|
end
|
||||||
|
if STAT.version<1700 and SETTING.dascut<5 then
|
||||||
|
SETTING.dascut=SETTING.dascut+1
|
||||||
|
needSave=true
|
||||||
|
end
|
||||||
if RANKS.stack_e then
|
if RANKS.stack_e then
|
||||||
RANKS.stack_e=nil
|
RANKS.stack_e=nil
|
||||||
RANKS.stack_h=nil
|
RANKS.stack_h=nil
|
||||||
|
|||||||
Reference in New Issue
Block a user