From fa4aaaa7cc8c8c0fa8843b5c8e6ec28e8815ab9b Mon Sep 17 00:00:00 2001 From: AJ Martinez Date: Thu, 16 Nov 2023 00:06:27 -0700 Subject: [PATCH] Zero shield height (they're player-centered now) --- src/info.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/info.c b/src/info.c index 71644da80..f2804a593 100644 --- a/src/info.c +++ b/src/info.c @@ -24840,7 +24840,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] = sfx_None, // deathsound 8, // speed 28*FRACUNIT, // radius - 56*FRACUNIT, // height + 0*FRACUNIT, // height 1, // display offset 16, // mass 0, // damage @@ -24867,7 +24867,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] = sfx_None, // deathsound 0, // speed 8<