mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
No tether during podium
This commit is contained in:
parent
29a10ebb0f
commit
0a63476a68
1 changed files with 5 additions and 0 deletions
|
|
@ -1243,6 +1243,11 @@ static boolean K_TryDraft(player_t *player, mobj_t *dest, fixed_t minDist, fixed
|
|||
angle_t yourangle, theirangle, diff;
|
||||
#endif
|
||||
|
||||
if (K_PodiumSequence() == true)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
#ifndef EASYDRAFTTEST
|
||||
// Don't draft on yourself :V
|
||||
if (dest->player && dest->player == player)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue