mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-27 22:49:25 +02:00
tweaks
This commit is contained in:
@@ -68,7 +68,7 @@ void LibClasses::loadFilesystem()
|
||||
CResourceHandler::load("config/filesystem.json");
|
||||
logGlobal->infoStream()<<"\t Data loading: "<<loadTime.getDiff();
|
||||
|
||||
modh = new CModHandler;
|
||||
modh = new CModHandler();
|
||||
logGlobal->infoStream()<<"\tMod handler: "<<loadTime.getDiff();
|
||||
|
||||
modh->loadMods();
|
||||
|
||||
Reference in New Issue
Block a user