Fix this for real now.
This commit is contained in:
parent
afffc10a54
commit
ded2b11959
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user