Fix incorrectly gotten bot controller line ID

This commit is contained in:
Sally Coolatta 2022-05-27 02:49:36 -04:00
parent 828e5e7c81
commit 8b8933fa1a

View file

@ -1293,7 +1293,7 @@ void K_BuildBotTiccmd(player_t *player, ticcmd_t *cmd)
}
else
{
player->botvars.controller = lines - botController;
player->botvars.controller = botController - lines;
}
player->botvars.rubberband = K_UpdateRubberband(player);