diff --git a/src/info.c b/src/info.c index 3824731d1..dcf6a9f65 100644 --- a/src/info.c +++ b/src/info.c @@ -28661,8 +28661,8 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] = S_NULL, // xdeathstate sfx_None, // deathsound 0, // speed - 28<radius; - fixed_t offy = mobj->radius; + fixed_t offx = 28 * mobj->scale; + fixed_t offy = 28 * mobj->scale; if (cur->extravalue1 & 1) offx = -offx;