diff options
-rw-r--r-- | code/unix/unix_main.c | 2 |
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" |