From 76910a8e118224d09ca4f370c5d2cb3f718b5a3c Mon Sep 17 00:00:00 2001 From: toasterbabe Date: Wed, 13 Jul 2016 20:24:39 +0100 Subject: [PATCH] Sorry, one last change. I know I should be more certain when committing. --- src/r_things.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/r_things.c b/src/r_things.c index 685a9cfaa..ca183d8f8 100644 --- a/src/r_things.c +++ b/src/r_things.c @@ -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);