Bots shouldn't try to do anything during the camera spin-around intro.

This commit is contained in:
Sally Coolatta 2021-02-26 21:37:14 -05:00
parent ebaef5d0af
commit d2dd562919

View file

@ -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.