mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-21 17:41:48 +00:00
Fix relinkplayer being read in the wrong circumstances
This commit is contained in:
parent
9da8751d56
commit
12bc1b9cca
1 changed files with 1 additions and 1 deletions
|
|
@ -4936,7 +4936,7 @@ static thinker_t* LoadMobjThinker(savebuffer_t *save, actionf_p1 thinker)
|
|||
{
|
||||
mobj->owner = (mobj_t *)(size_t)READUINT32(save->p);
|
||||
}
|
||||
if (diff3 & MD3_OWNER)
|
||||
if (diff3 & MD3_RELINK_PLAYER)
|
||||
{
|
||||
mobj->relinkplayer = READUINT8(save->p);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue