From 52c3bda4b3c7d09d4aa794cba5948cbe9626c7f8 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Tue, 10 Jan 2006 19:22:02 +0000 Subject: [PATCH] * Simple patch that obviates the need for the "quake3" shell script as shipped with 1.32 --- code/unix/unix_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"