mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
* Simple patch that obviates the need for the "quake3" shell script as shipped
with 1.32
This commit is contained in:
parent
a166f2173a
commit
52c3bda4b3
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue