修复部分老版本超时空更新后进不去游戏的问题

This commit is contained in:
MrZ626
2020-12-07 13:38:50 +08:00
parent 0372fc18ee
commit 73e1dabe14
2 changed files with 10 additions and 4 deletions

View File

@@ -193,10 +193,16 @@ do
S.bgm>1 or S.sfx>1 or S.voc>1 or
S.stereo>1 or S.VKSFX>1 or S.VKAlpha>1
then
NOGAME="delSetting"
NOGAME=true
fs.remove("settings.dat")
end
if fs.getInfo("cold_clear.dll")then
NOGAME=true
fs.remove("cold_clear.dll")
fs.remove("CCloader.dll")
end
--Update data file
S=STAT
freshDate()