aboutsummaryrefslogtreecommitdiffstats
path: root/code/unix/unix_main.c
diff options
context:
space:
mode:
authortma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea>2006-01-10 19:22:02 +0000
committertma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea>2006-01-10 19:22:02 +0000
commit2088af381007ed3a0e6ba72e637566d96d3245bf (patch)
treedffdbc89ac61560ad5ac964914371cb45c82f060 /code/unix/unix_main.c
parent526ac642a8c0a77c3271d1ad4fa3e6a2fd751bd2 (diff)
downloadioquake3-aero-2088af381007ed3a0e6ba72e637566d96d3245bf.tar.gz
ioquake3-aero-2088af381007ed3a0e6ba72e637566d96d3245bf.zip
* 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
Diffstat (limited to 'code/unix/unix_main.c')
-rw-r--r--code/unix/unix_main.c2
1 files changed, 1 insertions, 1 deletions
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"