it's up to you to fix it in a convenient way.
I certainly dont want to have my config files and qconsole.log (and possibly
all other files DP creates) in some linux-style .darkplaces folder(!) somewhere
hidden in my CVS home directory.
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5092
d7cf8633-e32d-0410-b094-
e92efae38249
// Add the common game directory
FS_AddGameDirectory (va("%s/%s", fs_basedir, dir));
+#ifndef WIN32
// Add the personal game directory
homedir = getenv ("HOME");
if (homedir != NULL && homedir[0] != '\0')
FS_AddGameDirectory (va("%s/.%s/%s", homedir, gameuserdirname, dir));
+#endif
}