mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-20 19:02:34 +00:00
Fix NiGHTS bumpers height.
This commit is contained in:
parent
8466dc5813
commit
ca6a7ffbb3
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue