mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-01-19 08:01:50 +00:00
- Why does the Visual Studio editor hate tildes so much...?
This commit is contained in:
parent
ef7e4fe678
commit
8a91153aeb
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue