diff options
author | Tim Angus <tim@ngus.net> | 2006-01-11 18:52:29 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2006-01-11 18:52:29 +0000 |
commit | ce70dcdb3f657f8fa1cf48ca9ba9a6074f40c3f5 (patch) | |
tree | 35f44ac89c1acd77e877a927a3e3e751ae9fe81f /src/unix | |
parent | 1159d6240a349ae0d644cb8375d348964ecb56de (diff) |
* Flamer damage down to 20 from 31
* Zap repeat rate down to 1500ms from 2000ms
* Knockback from pouncing now 3 times as strong
* Updates to the particle and trail systems sections of the manual
* Merged ioq3-r470
Diffstat (limited to 'src/unix')
-rw-r--r-- | src/unix/unix_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unix/unix_main.c b/src/unix/unix_main.c index 9171c8dd..d5b69ffb 100644 --- a/src/unix/unix_main.c +++ b/src/unix/unix_main.c @@ -1358,7 +1358,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" |