- Why does the Visual Studio editor hate tildes so much...?

This commit is contained in:
Christoph Oelckers 2017-05-14 12:36:13 +02:00
parent ef7e4fe678
commit 8a91153aeb

View file

@ -2764,7 +2764,7 @@ bool P_CheckMove(AActor *thing, const DVector2 &pos, int flags)
double newz = thing->Z();
auto f1 = thing->flags & MF_PICKUP;
thing->flags &= MF_PICKUP;
thing->flags &= ~MF_PICKUP;
auto res = P_CheckPosition(thing, pos, tm);
thing->flags |= f1;
if (!res)