[quake3-commits] r2304 - trunk/code/sys

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon Jul 23 17:27:18 EDT 2012


Author: thilo
Date: 2012-07-23 17:27:17 -0400 (Mon, 23 Jul 2012)
New Revision: 2304

Modified:
   trunk/code/sys/sys_win32.c
Log:
Fix this for real now.


Modified: trunk/code/sys/sys_win32.c
===================================================================
--- trunk/code/sys/sys_win32.c	2012-07-18 04:57:52 UTC (rev 2303)
+++ trunk/code/sys/sys_win32.c	2012-07-23 21:27:17 UTC (rev 2304)
@@ -90,7 +90,7 @@
 	FARPROC qSHGetFolderPath;
 	HMODULE shfolder = LoadLibrary("shfolder.dll");
 	
-	if(!*homePath && !com_homepath)
+	if(!*homePath && com_homepath)
 	{
 		if(shfolder == NULL)
 		{



More information about the quake3-commits mailing list