mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-03-25 20:42:35 +00:00
Fix NiGHTS bumpers height.
This commit is contained in:
parent
842afa8d67
commit
3214ad0b3a
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…
Add table
Reference in a new issue