mirror of
https://github.com/luanti-org/luanti.git
synced 2025-12-21 22:25:34 +01:00
Fix compile error (MSVC2010).
This commit is contained in:
@@ -122,7 +122,7 @@ public:
|
||||
Mapgen *getMapgen();
|
||||
void addBlockToQueue();
|
||||
|
||||
bool registerMapgen(std::string name, MapgenFactory *mgfactory);
|
||||
void registerMapgen(std::string name, MapgenFactory *mgfactory);
|
||||
MapgenParams *getParamsFromSettings(Settings *settings);
|
||||
void setParamsToSettings(Settings *settings);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user