mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-29 12:40:58 +00:00
Sorry, one last change. I know I should be more certain when committing.
This commit is contained in:
parent
f1b1e1aa9b
commit
76910a8e11
1 changed files with 1 additions and 1 deletions
|
@ -2435,7 +2435,7 @@ void SetPlayerSkinByNum(INT32 playernum, INT32 skinnum)
|
|||
return;
|
||||
}
|
||||
else if (skinnum >= 0 && skinnum < numskins)
|
||||
skinnum = -1;
|
||||
skinnum = 255; // Cheeky emulation.
|
||||
|
||||
if (P_IsLocalPlayer(player))
|
||||
CONS_Alert(CONS_WARNING, M_GetText("Skin %d not found\n"), skinnum);
|
||||
|
|
Loading…
Reference in a new issue