mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'tutorial-stats' into 'master'
P_InitPlayers: Use SetPlayerSkinByNum instead of direct assignment See merge request KartKrew/Kart!1739
This commit is contained in:
commit
bce2cd55dd
1 changed files with 1 additions and 1 deletions
|
|
@ -7923,7 +7923,7 @@ static void P_InitPlayers(void)
|
||||||
// If we're forcing a character, do it now.
|
// If we're forcing a character, do it now.
|
||||||
if (skin != -1)
|
if (skin != -1)
|
||||||
{
|
{
|
||||||
players[i].skin = skin;
|
SetPlayerSkinByNum(i, skin);
|
||||||
players[i].skincolor = skins[skin].prefcolor;
|
players[i].skincolor = skins[skin].prefcolor;
|
||||||
|
|
||||||
players[i].followerskin = follower;
|
players[i].followerskin = follower;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue