mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Compiling fixes.
This commit is contained in:
parent
aa113045d7
commit
51c769247a
1 changed files with 2 additions and 2 deletions
|
|
@ -2977,8 +2977,8 @@ static void P_DoTeeter(player_t *player)
|
||||||
|
|
||||||
sec = R_PointInSubsector(checkx, checky)->sector;
|
sec = R_PointInSubsector(checkx, checky)->sector;
|
||||||
|
|
||||||
fixed_t ceilingheight = sec->ceilingheight;
|
ceilingheight = sec->ceilingheight;
|
||||||
fixed_t floorheight = sec->floorheight;
|
floorheight = sec->floorheight;
|
||||||
#ifdef ESLOPE
|
#ifdef ESLOPE
|
||||||
if (sec->c_slope)
|
if (sec->c_slope)
|
||||||
ceilingheight = P_GetZAt(sec->c_slope, checkx, checky);
|
ceilingheight = P_GetZAt(sec->c_slope, checkx, checky);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue