- first stage of migrating intermissions to screenjobs.

This commit is contained in:
Christoph Oelckers 2022-04-10 08:54:45 +02:00
commit 390bf58698
15 changed files with 171 additions and 329 deletions

View file

@ -155,7 +155,7 @@ CVAR (Int, bot_next_color, 11, 0)
CCMD (addbot)
{
if (gamestate != GS_LEVEL && gamestate != GS_INTERMISSION)
if (gamestate != GS_LEVEL)
{
Printf ("Bots cannot be added when not in a game!\n");
return;