From ded2b11959f808634504c9e30ed52f4f73a2d2fb Mon Sep 17 00:00:00 2001 From: Thilo Schulz Date: Mon, 23 Jul 2012 21:27:17 +0000 Subject: [PATCH] Fix this for real now. --- code/sys/sys_win32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/sys/sys_win32.c b/code/sys/sys_win32.c index 0ac32da4..47b2dae1 100644 --- a/code/sys/sys_win32.c +++ b/code/sys/sys_win32.c @@ -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) {