mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
"Boolean"
This commit is contained in:
parent
04e3a9f4b9
commit
955d6001b0
1 changed files with 1 additions and 1 deletions
|
|
@ -824,7 +824,7 @@ static void P_NetUnArchivePlayers(savebuffer_t *save)
|
|||
players[i].guardCooldown = READUINT8(save->p);
|
||||
players[i].incontrol = READINT16(save->p);
|
||||
|
||||
players[i].markedfordeath = READINT16(save->p);
|
||||
players[i].markedfordeath = READUINT8(save->p);
|
||||
|
||||
// respawnvars_t
|
||||
players[i].respawn.state = READUINT8(save->p);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue