mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-14 02:32:38 +00:00
Fix copy-paste error in P_CalculatePrecipFloor
This commit is contained in:
parent
353ac60407
commit
f609043b2e
1 changed files with 1 additions and 1 deletions
|
|
@ -3773,7 +3773,7 @@ void P_CalculatePrecipFloor(precipmobj_t *mobj)
|
|||
|
||||
mobj->precipflags &= ~PCF_INVISIBLE;
|
||||
mobj->floorz = P_GetSectorFloorZAt(mobjsecsubsec, mobj->x, mobj->y);
|
||||
mobj->ceilingz = P_GetSectorFloorZAt(mobjsecsubsec, mobj->x, mobj->y);
|
||||
mobj->ceilingz = P_GetSectorCeilingZAt(mobjsecsubsec, mobj->x, mobj->y);
|
||||
|
||||
if (mobjsecsubsec->ffloors)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue