mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-23 17:51:31 +00:00
Update g_game.c (Account for bot type 3)
This commit is contained in:
parent
1583bf126b
commit
0e9b4acb58
1 changed files with 3 additions and 1 deletions
|
@ -2627,8 +2627,10 @@ void G_PlayerReborn(INT32 player, boolean betweenmaps)
|
||||||
p->totalring = totalring;
|
p->totalring = totalring;
|
||||||
|
|
||||||
p->mare = mare;
|
p->mare = mare;
|
||||||
if (bot)
|
if (bot == 2)
|
||||||
p->bot = 1; // reset to AI-controlled
|
p->bot = 1; // reset to AI-controlled
|
||||||
|
else
|
||||||
|
p->bot = bot;
|
||||||
p->pity = pity;
|
p->pity = pity;
|
||||||
p->rings = rings;
|
p->rings = rings;
|
||||||
p->spheres = spheres;
|
p->spheres = spheres;
|
||||||
|
|
Loading…
Reference in a new issue