mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 20:11:47 +00:00
Use the proper player to save followercolor in replays this time around
This commit is contained in:
parent
4eac7f8366
commit
6d07126283
1 changed files with 1 additions and 1 deletions
|
|
@ -6497,7 +6497,7 @@ void G_BeginRecording(void)
|
||||||
|
|
||||||
// Save follower's colour
|
// Save follower's colour
|
||||||
memset(name, 0, 16);
|
memset(name, 0, 16);
|
||||||
strncpy(name, Followercolor_cons_t[players[i].followercolor].strvalue, 16); // Not KartColor_Names because followercolor has extra values such as "Match"
|
strncpy(name, Followercolor_cons_t[players->followercolor].strvalue, 16); // Not KartColor_Names because followercolor has extra values such as "Match"
|
||||||
M_Memcpy(demo_p, name, 16);
|
M_Memcpy(demo_p, name, 16);
|
||||||
demo_p += 16;
|
demo_p += 16;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue