fixed some visual bugs
This commit is contained in:
@ -586,7 +586,7 @@ local function selectGateFromList(isHazardGate)
|
||||
-- YES clicked
|
||||
confirmed = true
|
||||
break
|
||||
elseif cx >= 18 and cx <= 22 then
|
||||
elseif cx >= 17 and cx <= 21 then
|
||||
-- NO clicked
|
||||
break
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user