mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-21 00:19:29 +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