mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-15 09:25:37 +02:00
Respect game mapgen flags and save world noise params
This commit is contained in:
@@ -42,8 +42,8 @@ struct MapgenV5Params : public MapgenSpecificParams {
|
||||
MapgenV5Params();
|
||||
~MapgenV5Params() {}
|
||||
|
||||
void readParams(Settings *settings);
|
||||
void writeParams(Settings *settings);
|
||||
void readParams(const Settings *settings);
|
||||
void writeParams(Settings *settings) const;
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user