mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fix Metal Sonic not correctly flipping with gravity. (Doesn't require a new Metal recording.)
This commit is contained in:
parent
0384cbb58a
commit
9d26ce23ec
1 changed files with 3 additions and 0 deletions
|
|
@ -5194,7 +5194,10 @@ void G_ReadMetalTic(mobj_t *metal)
|
|||
{ // But wait, there's more!
|
||||
xziptic = READUINT8(metal_p);
|
||||
if (xziptic & EZT_FLIP)
|
||||
{
|
||||
metal->eflags ^= MFE_VERTICALFLIP;
|
||||
metal->flags2 ^= MF2_OBJECTFLIP;
|
||||
}
|
||||
if (xziptic & EZT_SCALE)
|
||||
{
|
||||
metal->destscale = READFIXED(metal_p);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue