mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Line 458: Only do disable operation if MFE_TRACERANGLE is set
This commit is contained in:
parent
8f5f32a1b8
commit
6e058dc212
1 changed files with 1 additions and 1 deletions
|
|
@ -3784,7 +3784,7 @@ static void P_ProcessLineSpecial(line_t *line, mobj_t *mo, sector_t *callsec)
|
|||
break;
|
||||
|
||||
case 458: // Stop tracking mobj angle to point
|
||||
if (mo)
|
||||
if (mo && (mo->eflags & MFE_TRACERANGLE))
|
||||
{
|
||||
mo->eflags &= ~MFE_TRACERANGLE;
|
||||
P_SetTarget(&mo->tracer, NULL);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue