Remove "full" grid loading method

I see no reason to let the choice between a greedy and a lighter loading method, so better remove it to simplify the code.
This commit is contained in:
Gaël C
2024-01-31 10:47:37 +01:00
parent ed832a0806
commit 4697f9c948
7 changed files with 12 additions and 114 deletions

View File

@ -110,7 +110,5 @@ function mapgen_rivers.pregenerate(grid)
grid.offset_x = offset_x
grid.offset_y = offset_y
grid.load_method = "full"
grid.conv_applied = false
collectgarbage()
end