修复cc看不到初始场地

This commit is contained in:
MrZ626
2021-12-01 22:15:54 +08:00
parent dc99187b9d
commit f4cbbc0a2a

View File

@@ -2301,6 +2301,9 @@ local function update_alive(P)
P.control=true
P.timing=true
P:popNext()
if P.bot then
P.bot:updateField()
end
end
if P.movDir~=0 then
if P.moving<P.gameEnv.das then