mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-29 12:40:58 +00:00
Woops
This commit is contained in:
parent
6cc2ca7542
commit
6773b39a40
1 changed files with 1 additions and 1 deletions
|
@ -1363,7 +1363,7 @@ static void SendNameAndColor2(void)
|
|||
//notsame = (cv_skin2.value != players[secondplaya].skin);
|
||||
|
||||
SetPlayerSkin(secondplaya, cv_skin2.string);
|
||||
CV_StealthSet(&cv_skin, skins[cv_skin2.value].name);
|
||||
CV_StealthSet(&cv_skin2, skins[cv_skin2.value].name);
|
||||
|
||||
/*if (notsame)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue