mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
Simplify library initialization
This commit is contained in:
@@ -309,7 +309,7 @@ void CModHandler::load()
|
||||
logMod->info("\tAll game content loaded");
|
||||
}
|
||||
|
||||
void CModHandler::afterLoad(bool onlyEssential)
|
||||
void CModHandler::afterLoad()
|
||||
{
|
||||
JsonNode modSettings;
|
||||
for (const auto & modEntry : getActiveMods())
|
||||
|
||||
Reference in New Issue
Block a user