mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-02 14:12:47 +00:00
Fixed a typo
This commit is contained in:
parent
9b795e56c4
commit
9d276b9a16
1 changed files with 1 additions and 1 deletions
|
|
@ -3366,7 +3366,7 @@ void P_MobjCheckWater(mobj_t *mobj)
|
|||
|| (!(mobj->eflags & MFE_VERTICALFLIP) && mobj->z + (height>>1) < topheight))
|
||||
mobj->eflags |= MFE_UNDERWATER;
|
||||
|
||||
if (mobj->eflags & (MFE_TOUCHWATER|MFE_TOUCHLAVA))
|
||||
if (mobj->eflags & (MFE_TOUCHWATER|MFE_UNDERWATER))
|
||||
{
|
||||
if (GETSECSPECIAL(rover->master->frontsector->special, 1) == 3)
|
||||
mobj->eflags |= MFE_TOUCHLAVA;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue