Revert second part of aed38232d3.

Don't know if this has any noticeable impact, but it looks like the
commit was wrong... Revert this in an own commit and look here if there
problems with the gekk.
This commit is contained in:
Yamagi Burmeister 2019-08-07 07:46:23 +02:00
parent 8a1ea1725a
commit 31d46e672d

View file

@ -1441,7 +1441,7 @@ gekk_pain(edict_t *self, edict_t *other /* unused */,
if (self->waterlevel)
{
if (!(self->flags & FL_SWIM))
if ((!self->flags) & FL_SWIM)
{
self->flags |= FL_SWIM;
}