mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-03-22 02:51:44 +00:00
Fix reading follower color from demos
This commit is contained in:
parent
0353512b05
commit
c4f0390ad6
1 changed files with 1 additions and 1 deletions
|
|
@ -318,7 +318,7 @@ void G_ReadDemoExtraData(void)
|
|||
{
|
||||
if (!stricmp(Followercolor_cons_t[i].strvalue, name))
|
||||
{
|
||||
players[p].followercolor = i;
|
||||
players[p].followercolor = Followercolor_cons_t[i].value;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue