Skip to content

Commit

Permalink
- Why does the Visual Studio editor hate tildes so much...?
Browse files Browse the repository at this point in the history
  • Loading branch information
coelckers committed May 14, 2017
1 parent ef7e4fe commit 8a91153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/p_map.cpp
Expand Up @@ -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)
Expand Down

0 comments on commit 8a91153

Please sign in to comment.