mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 14:51:40 +00:00
- yet again Visual Studio's autocompletion feature deleted some tildes.
This commit is contained in:
parent
a4231ffd00
commit
fc8639226d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue