mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-17 23:21:22 +00:00
Fixed that issue with spectators not being able to go above FOFs. I guess it just wasn't getting initialised properly on first join!
This commit is contained in:
parent
9d0212b9ec
commit
1eaf35854d
1 changed files with 2 additions and 0 deletions
|
@ -2754,6 +2754,8 @@ void G_AddPlayer(INT32 playernum)
|
|||
p->jointime = 0;
|
||||
p->playerstate = PST_REBORN;
|
||||
|
||||
p->height = mobjinfo[MT_PLAYER].height;
|
||||
|
||||
if (G_GametypeUsesLives())
|
||||
p->lives = cv_startinglives.value;
|
||||
|
||||
|
|
Loading…
Reference in a new issue