Fix NiGHTS bumpers height.

This commit is contained in:
Nev3r 2019-12-10 18:53:49 +01:00
parent 8466dc5813
commit ca6a7ffbb3
1 changed files with 1 additions and 0 deletions

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;