Fix small error

But it seems that we are facing more errors now.
This commit is contained in:
Kirigaya Kazuto 2017-10-30 19:46:46 +08:00
parent 331800daef
commit 5209c06d8f

View File

@ -315,7 +315,7 @@ local function proc1236(n, ev)
local done = false
if (isSideLineFree()) then -- Side line must be free(or we can't move at all)
if (timecnt[n] >= timecnt[1] and timecnt[n] >= timecnt[2] and timecnt[n] >= timecnt[3] and timecnt[n] >= timecnt[6]) then
if (revflag[1]) then -- Way n need reverse
if (revflag[n]) then -- Way n need reverse
if (isfree[4]) then -- Way n --> Way 4
isfree[4] = false
revflag[4] = false