mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-15 09:25:37 +02:00
EmergeManager::initMapgens use FATAL_ERROR if and drop boolean return
We never handle the boolean return, also init twice is a coding error, not a runtime error
This commit is contained in:
@@ -117,7 +117,7 @@ public:
|
||||
~EmergeManager();
|
||||
DISABLE_CLASS_COPY(EmergeManager);
|
||||
|
||||
bool initMapgens(MapgenParams *mgparams);
|
||||
void initMapgens(MapgenParams *mgparams);
|
||||
|
||||
void startThreads();
|
||||
void stopThreads();
|
||||
|
Reference in New Issue
Block a user