Compare commits

..

1 commit

Author SHA1 Message Date
Théophile Bastian 097c2bf812 Mine: keep next shaft position 2020-08-18 20:14:09 +02:00

View file

@ -186,7 +186,7 @@ function find_next_shaft()
while true do
if side % 2 == 0 then
while hei < MAX_HEIGHT - 1 do
while height < MAX_HEIGHT - 1 do
if is_shaft() then
return
end