mirror of
https://github.com/OpenDriver2/REDRIVER2.git
synced 2024-11-22 02:12:43 +01:00
- fix MP checkpoints drawn incorrectly due to active flag still present
This commit is contained in:
parent
209da05c6f
commit
863034e0ea
@ -2969,6 +2969,7 @@ void CompleteAllActiveTargets(int player)
|
||||
if (pTarget->type >= Target_Point &&
|
||||
pTarget->type <= Target_Event && (pTarget->s.target_flags & flag1))
|
||||
{
|
||||
pTarget->s.target_flags &= ~flag1;
|
||||
pTarget->s.target_flags |= flag2;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user