1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-21 18:11:11 +00:00

Dungeons: Fix duplication of y limit parameters (#7359)

This commit is contained in:
Paramat 2018-05-20 23:45:53 +01:00 committed by GitHub
parent 22df02d25b
commit 53d5b3ea40
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 11 deletions

View file

@ -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;