From dfa6ae440ddddaaf22e4b32dbc6d31b13e162d4d Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Mon, 8 Jan 2001 22:04:13 +0000 Subject: More wall walking fixes --- src/game/bg_local.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/bg_local.h') 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 -- cgit