mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-25 19:43:22 +00:00
Epic oversight in upside-down spawn offset.
This commit is contained in:
parent
a57ead226e
commit
935a1d182c
1 changed files with 1 additions and 1 deletions
|
|
@ -11615,7 +11615,7 @@ static fixed_t GetMobjSpawnHeight (const mobjtype_t i, const mapthing_t* mthing,
|
|||
#ifdef ESLOPE
|
||||
ss->sector->c_slope ? P_GetZAt(ss->sector->c_slope, x, y) :
|
||||
#endif
|
||||
ss->sector->ceilingheight) - extraoffset - mobjinfo[i].height;
|
||||
ss->sector->ceilingheight) - extraoffset - heightoffset - mobjinfo[i].height;
|
||||
else
|
||||
return (
|
||||
#ifdef ESLOPE
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue