Sorry, one last change. I know I should be more certain when committing.

This commit is contained in:
toasterbabe 2016-07-13 20:24:39 +01:00
parent f1b1e1aa9b
commit 76910a8e11

View file

@ -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);