Fix comment nitpick, update credits comment
This commit is contained in:
parent
5b74a50f9b
commit
fd6a3b72b9
2 changed files with 4 additions and 2 deletions
|
|
@ -924,7 +924,7 @@ const char *blancredits[] = {
|
|||
"\"Chearii\"",
|
||||
"\"hayaunderscore\" aka \"DeltaKanyx\"",
|
||||
"\"Guilmon35249vr\"",
|
||||
"Vivian \"toaster\" Grannell", // Horncode
|
||||
"Vivian \"toaster\" Grannell", // Horncode, fix for Followers in demos
|
||||
"AJ \"Tyron\" Martinez", // Horncode, PT_SAY, RRID
|
||||
"\"Superstarxalien\"", // Horncode
|
||||
"\"Freaky Mutant Man\"", // Color profiles menu
|
||||
|
|
|
|||
|
|
@ -3064,7 +3064,9 @@ void G_BeginRecording(void)
|
|||
if (Followercolor_cons_t[j].value == players[i].followercolor)
|
||||
break;
|
||||
}
|
||||
WRITESTRINGL(demobuf.p, Followercolor_cons_t[j].strvalue, 16+1); // Not KartColor_Names because followercolor has extra values such as "Match"
|
||||
|
||||
// Not KartColor_Names because followercolor has extra values such as "Match"
|
||||
WRITESTRINGL(demobuf.p, Followercolor_cons_t[j].strvalue, 16+1);
|
||||
|
||||
// Score, since Kart uses this to determine where you start on the map
|
||||
WRITEUINT32(demobuf.p, player->score);
|
||||
|
|
|
|||
Loading…
Reference in a new issue