Actually use the proper player for followercolor, for real this time

This commit is contained in:
Latapostrophe 2020-06-14 17:06:46 +02:00
parent 6d07126283
commit 01ecc8573a

View file

@ -6497,7 +6497,7 @@ void G_BeginRecording(void)
// Save follower's colour
memset(name, 0, 16);
strncpy(name, Followercolor_cons_t[players->followercolor].strvalue, 16); // Not KartColor_Names because followercolor has extra values such as "Match"
strncpy(name, Followercolor_cons_t[player->followercolor].strvalue, 16); // Not KartColor_Names because followercolor has extra values such as "Match"
M_Memcpy(demo_p, name, 16);
demo_p += 16;