1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-04 03:40:14 +00:00

Merge remote branch 'upstream/master'

This commit is contained in:
greye 2012-07-22 18:53:18 +04:00
commit 436152dd0e

View File

@ -27,6 +27,8 @@ ConfigurationManager::ConfigurationManager()
{
setupTokensMapping();
boost::filesystem::create_directories(mFixedPath.getUserPath());
mPluginsCfgPath = mFixedPath.getLocalPath() / pluginsCfgFile;
if (!boost::filesystem::is_regular_file(mPluginsCfgPath))
{