From d2dd5629198d221150ca4482ef357ed9ccbfd993 Mon Sep 17 00:00:00 2001 From: Sally Coolatta Date: Fri, 26 Feb 2021 21:37:14 -0500 Subject: [PATCH] Bots shouldn't try to do anything during the camera spin-around intro. --- src/k_bot.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/k_bot.c b/src/k_bot.c index 510c71cc4..0bca9d979 100644 --- a/src/k_bot.c +++ b/src/k_bot.c @@ -925,6 +925,7 @@ void K_BuildBotTiccmd(player_t *player, ticcmd_t *cmd) gamestate != GS_LEVEL || player->mo->scale <= 1 || player->playerstate == PST_DEAD + || leveltime <= introtime ) { // No need to do anything else.