Fix warning in tsm_railcorridors

This commit is contained in:
Wuzzy 2019-03-06 05:07:42 +01:00
parent 2f74aea6f5
commit 4f8377b161
1 changed files with 0 additions and 1 deletions

View File

@ -124,7 +124,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 = {}