- yet again Visual Studio's autocompletion feature deleted some tildes.

This commit is contained in:
Christoph Oelckers 2017-05-19 21:36:32 +02:00
parent a4231ffd00
commit fc8639226d
1 changed files with 2 additions and 2 deletions

View File

@ -4098,7 +4098,7 @@ void AActor::Tick ()
CheckPortalTransition(false);
LinkToWorld(&ctx);
}
flags8 &= MF8_INSCROLLSEC;
flags8 &= ~MF8_INSCROLLSEC;
}
else
{
@ -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