From 6ea8d24e82d3ec7b77afaa48e4720a7d744a60ee Mon Sep 17 00:00:00 2001 From: Cloudwalk Date: Mon, 19 Oct 2020 00:38:13 -0400 Subject: [PATCH] Misc tweaks to fitzquake client support --- cl_input.c | 1 + cl_parse.c | 2 +- cl_protocol_basenq.h | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/cl_input.c b/cl_input.c index ffb719b5..91e383d4 100644 --- a/cl_input.c +++ b/cl_input.c @@ -1859,6 +1859,7 @@ void CL_SendMove(void) case PROTOCOL_DARKPLACES3: case PROTOCOL_DARKPLACES4: case PROTOCOL_DARKPLACES5: + case PROTOCOL_FITZQUAKE: break; case PROTOCOL_DARKPLACES6: case PROTOCOL_DARKPLACES7: diff --git a/cl_parse.c b/cl_parse.c index 8a6282ad..3bbbe3ac 100644 --- a/cl_parse.c +++ b/cl_parse.c @@ -2058,7 +2058,7 @@ void CL_ParseClientdata (void) else cl.mpunchangle[0][i] = MSG_ReadAngle16i(&cl_message); } - if (bits & (SU_PUNCHVEC1<num) { case PROTOCOL_QUAKE: + case PROTOCOL_FITZQUAKE: // maybe add other protocols if // so desired, but not DP7 strip_pqc = true; -- 2.39.2