From 41b3b3c5bdfdc9a0b9f001160d18b3e63f4661e1 Mon Sep 17 00:00:00 2001
From: toasterbabe <rollerorbital@gmail.com>
Date: Mon, 22 Aug 2016 23:42:06 +0100
Subject: [PATCH] GCC 4.6 and lower fix

---
 src/r_things.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/r_things.c b/src/r_things.c
index 763f0cf868..c5b47194c0 100644
--- a/src/r_things.c
+++ b/src/r_things.c
@@ -1119,7 +1119,7 @@ static void R_ProjectSprite(mobj_t *thing)
 
 	vissprite_t *vis;
 
-	angle_t ang;
+	angle_t ang = 0;
 	fixed_t iscale;
 	fixed_t scalestep; // toast '16
 	fixed_t offset, offset2;
-- 
GitLab