mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 00:25:19 +02:00
Split settings into seperate source and header files
This also cleans up settings a bit
This commit is contained in:
@@ -106,9 +106,9 @@ struct MapgenSpecificParams {
|
||||
|
||||
struct MapgenParams {
|
||||
std::string mg_name;
|
||||
int chunksize;
|
||||
s16 chunksize;
|
||||
u64 seed;
|
||||
int water_level;
|
||||
s16 water_level;
|
||||
u32 flags;
|
||||
|
||||
MapgenSpecificParams *sparams;
|
||||
|
Reference in New Issue
Block a user