From ce70dcdb3f657f8fa1cf48ca9ba9a6074f40c3f5 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Wed, 11 Jan 2006 18:52:29 +0000 Subject: * 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 --- src/unix/unix_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/unix') 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" -- cgit