mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-14 09:05:19 +02: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