mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-13 06:13:18 +00:00
Fix mistake I made with my previous commit for r_skins.c
This commit is contained in:
parent
571d6c5438
commit
2aaaddae7c
1 changed files with 1 additions and 1 deletions
|
@ -303,7 +303,7 @@ void SetPlayerSkin(INT32 playernum, const char *skinname)
|
|||
|
||||
if ((i != -1) && R_SkinUsable(playernum, i))
|
||||
{
|
||||
SetSkin(playernum, i);
|
||||
SetSkin(player, i);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue