P_MobjCheckWater: Remove wet player test print

This commit is contained in:
toaster 2023-03-09 16:40:39 +00:00
parent 84742e0376
commit 40786a006c

View file

@ -3427,8 +3427,6 @@ void P_MobjCheckWater(mobj_t *mobj)
}
p->roundconditions.wet_player |= (mobj->eflags & (MFE_TOUCHWATER|MFE_UNDERWATER|MFE_GOOWATER));
if (p->roundconditions.wet_player)
CONS_Printf("%u\n", p->roundconditions.wet_player);
}
if (mobj->flags & MF_APPLYTERRAIN)