代码整理

This commit is contained in:
MrZ_26
2020-08-13 23:53:07 +08:00
parent d8c096b06b
commit 19ce62997b
2 changed files with 19 additions and 13 deletions

View File

@@ -310,7 +310,6 @@ function resetGameData()
destroyPlayers()
modeEnv=curMode.env
math.randomseed(game.seed)
curMode.load()--BG/BGM need redefine in custom,so up here
if modeEnv.task then
for i=1,#players do
@@ -363,7 +362,6 @@ function resetPartGameData(replaying)
destroyPlayers()
modeEnv=curMode.env
math.randomseed(game.seed)
curMode.load()
if modeEnv.task then
for i=1,#players do