mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-28 04:51:42 +00:00
I'm stupid.
This commit is contained in:
parent
2ee22fc40a
commit
f1b1e1aa9b
1 changed files with 1 additions and 1 deletions
|
|
@ -2434,7 +2434,7 @@ void SetPlayerSkinByNum(INT32 playernum, INT32 skinnum)
|
||||||
P_SetScale(player->mo, player->mo->scale);
|
P_SetScale(player->mo, player->mo->scale);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
else if !R_SkinUnlock(skinnum) // Sneaky sneaky.
|
else if (skinnum >= 0 && skinnum < numskins)
|
||||||
skinnum = -1;
|
skinnum = -1;
|
||||||
|
|
||||||
if (P_IsLocalPlayer(player))
|
if (P_IsLocalPlayer(player))
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue