typo in distance

This commit is contained in:
Bob Omb 2015-11-26 16:10:06 -08:00
parent 88ce901431
commit 063fee40d5

View File

@ -860,8 +860,8 @@ function realterrain.generate(minp, maxp)
elseif distance < (limit/10)*5 then color = "symbol5"
elseif distance < (limit/10)*6 then color = "symbol6"
elseif distance < (limit/10)*7 then color = "symbol7"
elseif distance < (limit/10)*8 then color = "symbol"
elseif distance < (limit/10)*9 then color = "symbol"
elseif distance < (limit/10)*8 then color = "symbol8"
elseif distance < (limit/10)*9 then color = "symbol9"
else color = "symbol10"
end
else