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