mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Remove offset copy from overlays
This commit is contained in:
parent
138e6ba846
commit
0502affedb
1 changed files with 2 additions and 0 deletions
|
|
@ -5298,6 +5298,7 @@ void P_RunOverlays(void)
|
|||
mo->pitch = mo->target->pitch;
|
||||
mo->roll = mo->target->roll;
|
||||
|
||||
#if 0
|
||||
mo->spritexoffset = mo->target->spritexoffset;
|
||||
mo->spriteyoffset = mo->target->spriteyoffset;
|
||||
mo->spritexscale = mo->target->spritexscale;
|
||||
|
|
@ -5306,6 +5307,7 @@ void P_RunOverlays(void)
|
|||
mo->sprxoff = mo->target->sprxoff;
|
||||
mo->spryoff = mo->target->spryoff;
|
||||
mo->sprzoff = mo->target->sprzoff;
|
||||
#endif
|
||||
|
||||
mo->hitlag = mo->target->hitlag;
|
||||
mo->eflags = (mo->eflags & ~MFE_DAMAGEHITLAG) | (mo->target->eflags & MFE_DAMAGEHITLAG);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue