Merge branch 'master' of https://github.com/crimsondusk/zdoom
This commit is contained in:
commit
e40f3c7350
19 changed files with 244 additions and 92 deletions
|
|
@ -894,5 +894,5 @@ void ACustomSprite::BeginPlay ()
|
|||
if (cstat & 8)
|
||||
renderflags |= RF_YFLIP;
|
||||
// set face/wall/floor flags
|
||||
renderflags |= ((cstat >> 4) & 3) << 12;
|
||||
renderflags |= ActorRenderFlags::FromInt (((cstat >> 4) & 3) << 12);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue