How did I forget about this

This commit is contained in:
Steel Titanium 2019-01-26 23:22:30 -05:00
parent bce093fd06
commit 0aa965c59f
1 changed files with 0 additions and 1 deletions

View File

@ -437,7 +437,6 @@ static boolean findFreeSlot(INT32 *num)
// Send the character select entry to a free slot.
while (*num < MAXSKINS && PlayerMenu[*num].status != IT_DISABLED)
*num = *num+1;
CONS_Printf("%d\n", *num);
// No more free slots. :(
if (*num >= MAXSKINS)