mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Require Effect 1 for using bot controller angle.
This commit is contained in:
parent
bfa3311eca
commit
cec8137864
1 changed files with 1 additions and 1 deletions
|
|
@ -1069,7 +1069,7 @@ void K_BuildBotTiccmd(player_t *player, ticcmd_t *cmd)
|
|||
angle_t destangle, moveangle, angle;
|
||||
INT16 anglediff;
|
||||
|
||||
if (botController != NULL)
|
||||
if (botController != NULL && (botController->flags & ML_EFFECT1))
|
||||
{
|
||||
const fixed_t dist = (player->mo->radius * 4);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue