优化关卡评级显示相关代码
This commit is contained in:
@@ -436,6 +436,7 @@ function resetGameData()
|
||||
GAME.replaying=false
|
||||
GAME.setting=copyGameSetting()
|
||||
GAME.rec={}
|
||||
GAME.rank=0
|
||||
math.randomseed(tm.getTime())
|
||||
GAME.seed=rnd(261046101471026)
|
||||
|
||||
@@ -491,6 +492,7 @@ function resetPartGameData(replaying)
|
||||
GAME.replaying=false
|
||||
GAME.setting=copyGameSetting()
|
||||
GAME.rec={}
|
||||
GAME.rank=0
|
||||
math.randomseed(tm.getTime())
|
||||
GAME.seed=rnd(1046101471,2662622626)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user