From 2088af381007ed3a0e6ba72e637566d96d3245bf Mon Sep 17 00:00:00 2001 From: tma Date: Tue, 10 Jan 2006 19:22:02 +0000 Subject: * Simple patch that obviates the need for the "quake3" shell script as shipped with 1.32 git-svn-id: svn://svn.icculus.org/quake3/trunk@469 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/unix/unix_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code/unix/unix_main.c') diff --git a/code/unix/unix_main.c b/code/unix/unix_main.c index 80532b0..4216b1c 100644 --- a/code/unix/unix_main.c +++ b/code/unix/unix_main.c @@ -1357,7 +1357,7 @@ void Sys_ParseArgs( int argc, char* argv[] ) { } #ifndef DEFAULT_BASEDIR -# define DEFAULT_BASEDIR Sys_Cwd() +# define DEFAULT_BASEDIR Sys_DefaultCDPath() #endif #include "../client/client.h" -- cgit v1.2.3