Require Effect 1 for using bot controller angle.

This commit is contained in:
Sally Coolatta 2021-12-12 04:07:32 -05:00
parent bfa3311eca
commit cec8137864

View file

@ -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);