mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-22 10:52:23 +00:00
Fixed a typo
This commit is contained in:
parent
cabc4e0294
commit
99220ae48b
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…
Reference in a new issue