Fix this for real now.

This commit is contained in:
Thilo Schulz 2012-07-23 21:27:17 +00:00
parent afffc10a54
commit ded2b11959

View file

@ -90,7 +90,7 @@ char *Sys_DefaultHomePath( void )
FARPROC qSHGetFolderPath;
HMODULE shfolder = LoadLibrary("shfolder.dll");
if(!*homePath && !com_homepath)
if(!*homePath && com_homepath)
{
if(shfolder == NULL)
{