[quake3-commits] r2301 - trunk/code/sys
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Sat Jul 7 14:22:19 EDT 2012
Author: thilo
Date: 2012-07-07 14:22:19 -0400 (Sat, 07 Jul 2012)
New Revision: 2301
Modified:
trunk/code/sys/sys_win32.c
Log:
Fix windows as well
Modified: trunk/code/sys/sys_win32.c
===================================================================
--- trunk/code/sys/sys_win32.c 2012-07-07 17:32:19 UTC (rev 2300)
+++ trunk/code/sys/sys_win32.c 2012-07-07 18:22:19 UTC (rev 2301)
@@ -90,7 +90,7 @@
FARPROC qSHGetFolderPath;
HMODULE shfolder = LoadLibrary("shfolder.dll");
- if( !*homePath )
+ if(!*homePath && !com_homepath)
{
if(shfolder == NULL)
{
More information about the quake3-commits
mailing list