1
1
forked from 0ad/0ad

Reverting a change from #6239 because of the compilation error.

This was SVN commit r6244.
This commit is contained in:
freenity 2008-07-18 23:00:04 +00:00
parent 4a755d72ea
commit 8f46070b2e

View File

@ -56,7 +56,7 @@ CStr g_AutostartMap = "";
static void LoadProfile( const CStr& profile )
{
VfsPath path = VfsPath("profiles") / profile;
VfsPath path = VfsPath("profiles") / (std::string)profile;
VfsPath configFilename = path / "settings/user.cfg";
g_ConfigDB.SetConfigFile(CFG_USER, true, configFilename.string().c_str());