diff --git a/src/p_mobj.c b/src/p_mobj.c index e64fb1537d157368d765d6cab7df8ac6463bdf88..3321107c7b821715d0a7c20f2364577f274ad087 100644 --- a/src/p_mobj.c +++ b/src/p_mobj.c @@ -11563,6 +11563,7 @@ static fixed_t GetMobjSpawnHeight (const mobjtype_t i, const mapthing_t* mthing, { // Bumpers never spawn flipped. case MT_NIGHTSBUMPER: + heightoffset = mthing->z*FRACUNIT; flip = false; break;