mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-14 13:51:31 +00:00
I'm a dumbass
This commit is contained in:
parent
0af3852273
commit
41573b118c
1 changed files with 2 additions and 2 deletions
|
@ -1107,9 +1107,9 @@ fixed_t P_GetFOFBottomZ(mobj_t *mobj, sector_t *sector, ffloor_t *fof, fixed_t x
|
||||||
I_Assert(sector != NULL);
|
I_Assert(sector != NULL);
|
||||||
I_Assert(fof != NULL);
|
I_Assert(fof != NULL);
|
||||||
#ifdef ESLOPE
|
#ifdef ESLOPE
|
||||||
if (*fof->t_slope) {
|
if (*fof->b_slope) {
|
||||||
fixed_t testx, testy;
|
fixed_t testx, testy;
|
||||||
pslope_t *slope = *fof->t_slope;
|
pslope_t *slope = *fof->b_slope;
|
||||||
|
|
||||||
// Get the corner of the object that should be the lowest on the slope
|
// Get the corner of the object that should be the lowest on the slope
|
||||||
if (slope->d.x < 0)
|
if (slope->d.x < 0)
|
||||||
|
|
Loading…
Reference in a new issue