修复自定义模式进入消除模式后不再恢复正常无尽模式 close #91

This commit is contained in:
MrZ626
2021-06-25 03:39:42 +08:00
parent 36a30a6318
commit ee628778cf

View File

@@ -54,10 +54,11 @@ return{
if notAir(FIELD[1][y])then
--Switch clear sprint mode on
GAME.modeEnv.dropPiece=checkClear
break
goto BREAK_clearMode
end
end
GAME.modeEnv.dropPiece=NULL
::BREAK_clearMode::
PLY.newPlayer(1)
local AItype=GAME.modeEnv.opponent:sub(1,2)
local AIlevel=tonumber(GAME.modeEnv.opponent:sub(-1))