Fixed locked characters being visible in multiplayer select screen

This commit is contained in:
CobaltBW 2021-07-15 12:53:13 -07:00
parent 4f04097066
commit 1c3a898bbb

View file

@ -242,7 +242,7 @@ boolean R_SkinUsable(INT32 playernum, INT32 skinnum)
// Force 3.
return true;
}
if (players[playernum].bot)
if (playernum != -1 && players[playernum].bot)
{
//Force 4.
return true;