use new directory, remove -div0 from version
git-svn-id: svn://svn.icculus.org/netradiant/trunk@82 61c419a2-8eb2-4b30-bcec-8cead039b335
This commit is contained in:
@@ -136,7 +136,7 @@ void environment_init(int argc, char* argv[])
|
||||
|
||||
{
|
||||
StringOutputStream home(256);
|
||||
home << DirectoryCleaned(g_get_home_dir()) << ".radiant/";
|
||||
home << DirectoryCleaned(g_get_home_dir()) << ".netradiant/";
|
||||
Q_mkdir(home.c_str());
|
||||
home_path = home.c_str();
|
||||
}
|
||||
@@ -170,7 +170,7 @@ void environment_init(int argc, char* argv[])
|
||||
{
|
||||
home << PathCleaned(appdata);
|
||||
}
|
||||
home << "/RadiantSettings/";
|
||||
home << "/NetRadiantSettings/";
|
||||
Q_mkdir(home.c_str());
|
||||
home_path = home.c_str();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user