mirror of
				https://github.com/vcmi/vcmi.git
				synced 2025-10-31 00:07:39 +02:00 
			
		
		
		
	- fix to last commit
This commit is contained in:
		| @@ -1,6 +1,15 @@ | |||||||
| // default configuration for mod system loaded at launch | // default configuration for mod system loaded at launch | ||||||
|  |  | ||||||
| { | { | ||||||
|  | 	"textData" : | ||||||
|  | 	{ | ||||||
|  | 		"heroClass"  : 18, | ||||||
|  | 		"artifact"   : 171, | ||||||
|  | 		"creature"   : 197, | ||||||
|  | 		"faction"    : 9, | ||||||
|  | 		"hero"       : 156 | ||||||
|  | 	}, | ||||||
|  |  | ||||||
| 	"hardcodedFeatures" : | 	"hardcodedFeatures" : | ||||||
| 	{ | 	{ | ||||||
| 		"CREEP_SIZE": 4000, | 		"CREEP_SIZE": 4000, | ||||||
|   | |||||||
| @@ -316,9 +316,6 @@ void CModHandler::loadConfigFromFile (std::string name) | |||||||
| 	modules.STACK_ARTIFACT = gameModules["STACK_ARTIFACTS"].Bool(); | 	modules.STACK_ARTIFACT = gameModules["STACK_ARTIFACTS"].Bool(); | ||||||
| 	modules.COMMANDERS = gameModules["COMMANDERS"].Bool(); | 	modules.COMMANDERS = gameModules["COMMANDERS"].Bool(); | ||||||
| 	modules.MITHRIL = gameModules["MITHRIL"].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 | // currentList is passed by value to get current list of depending mods | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user