r469 - trunk/code/unix

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue Jan 10 14:22:03 EST 2006


Author: tma
Date: 2006-01-10 14:22:02 -0500 (Tue, 10 Jan 2006)
New Revision: 469

Modified:
   trunk/code/unix/unix_main.c
Log:
* Simple patch that obviates the need for the "quake3" shell script as shipped
  with 1.32


Modified: trunk/code/unix/unix_main.c
===================================================================
--- trunk/code/unix/unix_main.c	2006-01-06 22:28:07 UTC (rev 468)
+++ trunk/code/unix/unix_main.c	2006-01-10 19:22:02 UTC (rev 469)
@@ -1357,7 +1357,7 @@
 }
 
 #ifndef DEFAULT_BASEDIR
-# define DEFAULT_BASEDIR Sys_Cwd()
+# define DEFAULT_BASEDIR Sys_DefaultCDPath()
 #endif
 
 #include "../client/client.h"




More information about the quake3-commits mailing list