mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-30 04:50:55 +00:00
How did I forget about this
This commit is contained in:
parent
bce093fd06
commit
0aa965c59f
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue