1
0
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:
Ivan Savenko 2013-04-26 07:40:46 +00:00
parent 8297102350
commit ecb644fce4
2 changed files with 9 additions and 3 deletions

View File

@ -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,

View File

@ -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