0
0
Fork 0
mirror of https://git.do.srb2.org/STJr/SRB2.git synced 2025-04-18 16:30:58 +00:00

Fix NiGHTS bumpers height.

This commit is contained in:
Nev3r 2019-12-10 18:53:49 +01:00
parent 8466dc5813
commit ca6a7ffbb3

View file

@ -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;