mirror of
https://github.com/yquake2/xatrix.git
synced 2025-04-25 11:21:03 +00:00
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:
parent
8a1ea1725a
commit
31d46e672d
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue