mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-17 04:02:50 +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…
Add table
Reference in a new issue