暴力修复回合制开关玩家控制的问题(开始摆烂,准备重构)
This commit is contained in:
@@ -782,7 +782,7 @@ function draw.norm(P,repMode)
|
||||
_drawFXs(P)
|
||||
|
||||
--Draw current block
|
||||
if P.alive and P.cur then
|
||||
if P.alive and P.control and P.cur then
|
||||
local C=P.cur
|
||||
local curColor=C.color
|
||||
|
||||
|
||||
Reference in New Issue
Block a user