aboutsummaryrefslogtreecommitdiff
path: root/src/mapgen/dungeongen.h
diff options
context:
space:
mode:
authorParamat <paramat@users.noreply.github.com>2018-05-20 23:45:53 +0100
committerGitHub <noreply@github.com>2018-05-20 23:45:53 +0100
commit53d5b3ea40ce1c18540a378c5f71f4e1e60dbec8 (patch)
treeb6d3cf40405389e3831e98fad5c7c164513a2428 /src/mapgen/dungeongen.h
parent22df02d25bb1ddb1de48e645c5256621ce9a9ed9 (diff)
downloadhax-minetest-server-53d5b3ea40ce1c18540a378c5f71f4e1e60dbec8.tar.gz
hax-minetest-server-53d5b3ea40ce1c18540a378c5f71f4e1e60dbec8.zip
Dungeons: Fix duplication of y limit parameters (#7359)
Diffstat (limited to 'src/mapgen/dungeongen.h')
-rw-r--r--src/mapgen/dungeongen.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mapgen/dungeongen.h b/src/mapgen/dungeongen.h
index 1e3d8375d..ad32cf192 100644
--- a/src/mapgen/dungeongen.h
+++ b/src/mapgen/dungeongen.h
@@ -56,8 +56,6 @@ struct DungeonParams {
v3s16 room_size_large_max;
u16 rooms_min;
u16 rooms_max;
- s16 y_min;
- s16 y_max;
GenNotifyType notifytype;
NoiseParams np_density;