diff options
author | Tim Angus <tim@ngus.net> | 2001-01-08 22:04:13 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2001-01-08 22:04:13 +0000 |
commit | dfa6ae440ddddaaf22e4b32dbc6d31b13e162d4d (patch) | |
tree | a48a95fba2dddfbf3617082a793a4beb03af244a /src/game/bg_local.h | |
parent | 948e5e6a79103df8b130da04df109b247e180cb6 (diff) |
More wall walking fixes
Diffstat (limited to 'src/game/bg_local.h')
-rw-r--r-- | src/game/bg_local.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/bg_local.h b/src/game/bg_local.h index 3321757c..d1c7e033 100644 --- a/src/game/bg_local.h +++ b/src/game/bg_local.h @@ -69,7 +69,7 @@ typedef struct //TA: make this into a cvar later.... #define SMOOTHTIME 300 -#define MAXSMOOTHS 10 +#define MAXSMOOTHS 16 //TA: wall climbing local typedef struct |