From eecd7ae3922c11428d76ef0e1ee3341dcf1610cf Mon Sep 17 00:00:00 2001
From: pastel <hazepastel@proton.me>
Date: Mon, 10 Jun 2024 16:45:53 -0500
Subject: [PATCH] Fix popup turret hitbox

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

diff --git a/src/info.c b/src/info.c
index d66c24af81..addaa23731 100644
--- a/src/info.c
+++ b/src/info.c
@@ -4476,7 +4476,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
 		sfx_pop,        // deathsound
 		0,              // speed
 		12*FRACUNIT,    // radius
-		64*FRACUNIT,    // height
+		32*FRACUNIT,    // height
 		0,              // display offset
 		100,            // mass
 		0,              // damage
-- 
GitLab