use trueNextCount as replay-visible next count
This commit is contained in:
@@ -71,7 +71,7 @@ return {
|
||||
field,stat=yield(wei[seqRND:random(#wei)])
|
||||
end
|
||||
end,
|
||||
nextCount=1,holdCount=0,
|
||||
trueNextCount=1,nextCount=1,holdCount=0,
|
||||
ospin=false,
|
||||
freshLimit=15,
|
||||
eventSet='checkLine_100',
|
||||
|
||||
@@ -33,7 +33,7 @@ return {
|
||||
bone=false,
|
||||
lockout=false,
|
||||
fieldH=20,heightLimit=1e99,
|
||||
nextCount=6,nextStartPos=1,
|
||||
trueNextCount=10,nextCount=6,nextStartPos=1,
|
||||
holdMode='hold',holdCount=1,
|
||||
infHold=false,phyHold=false,
|
||||
ospin=true,deepDrop=false,
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user