From 1bf09c99c0321aa3bb36d18ae21eef07c50b483d Mon Sep 17 00:00:00 2001 From: stevenhowes <38082088+stevenhowes@users.noreply.github.com> Date: Mon, 10 Jan 2022 22:19:01 +0000 Subject: [PATCH] Solved quite a few warnings, looks like copy and paste error. --- game/q_shared.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/game/q_shared.c b/game/q_shared.c index 9f640a3..c33337a 100644 --- a/game/q_shared.c +++ b/game/q_shared.c @@ -302,10 +302,6 @@ float anglemod(float a) return a; } - int i; - vec3_t corners[2]; - - // this is the slow, general version int BoxOnPlaneSide2 (vec3_t emins, vec3_t emaxs, struct cplane_s *p) {