use trueNextCount as replay-visible next count

This commit is contained in:
Imple Lee
2023-07-12 07:42:50 +08:00
parent 8304cf655b
commit 7e00a7d764
3 changed files with 3 additions and 3 deletions

View File

@@ -353,7 +353,7 @@ local function _applyGameEnv(P)-- Finish gameEnv processing
assert(piece=='cannot resume dead coroutine')
end
end
for _=1,ENV.nextCount do
for _=1,ENV.trueNextCount do
P:newNext()
end