Update g_game.c (Account for bot type 3)

This commit is contained in:
Shane Ellis 2021-01-15 19:29:03 -05:00
parent 1583bf126b
commit 0e9b4acb58

View file

@ -2627,8 +2627,10 @@ void G_PlayerReborn(INT32 player, boolean betweenmaps)
p->totalring = totalring;
p->mare = mare;
if (bot)
if (bot == 2)
p->bot = 1; // reset to AI-controlled
else
p->bot = bot;
p->pity = pity;
p->rings = rings;
p->spheres = spheres;