From 9dc1c00a16a38bc66b3d8eda4559fe227e54fa67 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Sat, 14 Oct 2000 17:05:13 +0000 Subject: [PATCH] whitespace --- source/cl_input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/cl_input.c b/source/cl_input.c index b57d862..4200e54 100644 --- a/source/cl_input.c +++ b/source/cl_input.c @@ -385,7 +385,7 @@ void CL_FinishMove (usercmd_t *cmd) if ( in_attack.state & 3 ) cmd->buttons |= 1; in_attack.state &= ~2; - + if (in_jump.state & 3) cmd->buttons |= 2; in_jump.state &= ~2;