Task模块全部改用协程
This commit is contained in:
@@ -487,7 +487,7 @@ function resetGameData(replaying)
|
||||
STAT.game=STAT.game+1
|
||||
FREEROW.reset(30*#PLAYERS)
|
||||
TASK.removeTask_code(TICK.showMods)
|
||||
TASK.new(TICK.showMods,{0})
|
||||
TASK.new(TICK.showMods)
|
||||
SFX.play("ready")
|
||||
collectgarbage()
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user