mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-10 19:01:50 +00:00
Subdued foes
This commit is contained in:
parent
528eaf0e64
commit
73438dd629
1 changed files with 2 additions and 0 deletions
|
|
@ -626,8 +626,10 @@ static UINT32 K_BotRubberbandDistance(const player_t *player)
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
if (player->botvars.foe)
|
if (player->botvars.foe)
|
||||||
spacing /= 2;
|
spacing /= 2;
|
||||||
|
*/
|
||||||
|
|
||||||
for (i = 0; i < MAXPLAYERS; i++)
|
for (i = 0; i < MAXPLAYERS; i++)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue