Remove unused variable

master
Wuzzy 2019-02-21 19:11:40 +01:00
parent 0eb23cd4a6
commit 6a90107282
1 changed files with 0 additions and 1 deletions

View File

@ -129,7 +129,6 @@ local function InitRandomizer(seed)
-- Used for cobweb generation, both noises have to reach a high value for cobwebs to appear
webperlin_major = PerlinNoise(934, 3, 0.6, 500)
webperlin_minor = PerlinNoise(834, 3, 0.6, 50)
pr_inited = true
end
local carts_table = {}