mirror of
				https://github.com/OpenMW/openmw.git
				synced 2025-10-31 19:56:38 +00:00 
			
		
		
		
	user/global mixup
This commit is contained in:
		
							parent
							
								
									bdfd28f44d
								
							
						
					
					
						commit
						8b9ee30924
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -325,8 +325,8 @@ void OMW::Engine::go() | |||
| 
 | ||||
|     std::cout << "Data directory: " << mDataDir << "\n"; | ||||
| 
 | ||||
|     std::string cfgDir = Files::getPath (Files::Path_ConfigUser, "openmw", ""); | ||||
|     std::string cfgUserDir = Files::getPath (Files::Path_ConfigGlobal, "openmw", ""); | ||||
|     std::string cfgDir = Files::getPath (Files::Path_ConfigGlobal, "openmw", ""); | ||||
|     std::string cfgUserDir = Files::getPath (Files::Path_ConfigUser, "openmw", ""); | ||||
|     std::string plugCfg = "plugins.cfg"; | ||||
|     std::string ogreCfg = "ogre.cfg"; | ||||
|     ogreCfg.insert(0, cfgUserDir); | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue