Skip to content

Commit

Permalink
- yet again Visual Studio's autocompletion feature deleted some tildes.
Browse files Browse the repository at this point in the history
  • Loading branch information
coelckers committed May 19, 2017
1 parent a4231ff commit fc86392
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/p_mobj.cpp
Expand Up @@ -4098,7 +4098,7 @@ void AActor::Tick ()
CheckPortalTransition(false);
LinkToWorld(&ctx);
}
flags8 &= MF8_INSCROLLSEC;
flags8 &= ~MF8_INSCROLLSEC;
}
else
{
Expand Down Expand Up @@ -4259,7 +4259,7 @@ void AActor::Tick ()
int countx, county;

// Clear the flag for the next frame.
flags8 &= MF8_INSCROLLSEC;
flags8 &= ~MF8_INSCROLLSEC;

// killough 3/7/98: Carry things on floor
// killough 3/20/98: use new sector list which reflects true members
Expand Down

0 comments on commit fc86392

Please sign in to comment.