mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-24 22:14:36 +02:00
- fix to last commit
This commit is contained in:
parent
8297102350
commit
ecb644fce4
@ -1,6 +1,15 @@
|
||||
// default configuration for mod system loaded at launch
|
||||
|
||||
{
|
||||
"textData" :
|
||||
{
|
||||
"heroClass" : 18,
|
||||
"artifact" : 171,
|
||||
"creature" : 197,
|
||||
"faction" : 9,
|
||||
"hero" : 156
|
||||
},
|
||||
|
||||
"hardcodedFeatures" :
|
||||
{
|
||||
"CREEP_SIZE": 4000,
|
||||
|
@ -316,9 +316,6 @@ void CModHandler::loadConfigFromFile (std::string name)
|
||||
modules.STACK_ARTIFACT = gameModules["STACK_ARTIFACTS"].Bool();
|
||||
modules.COMMANDERS = gameModules["COMMANDERS"].Bool();
|
||||
modules.MITHRIL = gameModules["MITHRIL"].Bool();
|
||||
|
||||
logGlobal->errorStream() << "Selected configuration: ";
|
||||
logGlobal->errorStream() << settings.data;
|
||||
}
|
||||
|
||||
// currentList is passed by value to get current list of depending mods
|
||||
|
Loading…
Reference in New Issue
Block a user