* Simple patch that obviates the need for the "quake3" shell script as shipped

with 1.32
This commit is contained in:
Tim Angus 2006-01-10 19:22:02 +00:00
parent a166f2173a
commit 52c3bda4b3

View file

@ -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"