fix sample lua cavegen

This commit is contained in:
gfgtdf 2016-02-08 23:38:06 +01:00
parent 527c3b1a1e
commit acc5ef3b8d

View file

@ -197,7 +197,6 @@ local function set_tile_index(index, val)
else
map[index] = val
end
end
end
local function set_tile(x, y, val)