diff --git a/code/unix/unix_main.c b/code/unix/unix_main.c index 80532b05..4216b1cd 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"