mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-10 19:01:50 +00:00
Diagnose itemamount underflows easier (show the empty box and number if nonzero count but zero item type)
This commit is contained in:
parent
3f71251fd6
commit
2e54e38607
1 changed files with 2 additions and 1 deletions
|
|
@ -1274,7 +1274,8 @@ static void K_drawKartItem(void)
|
||||||
localpatch = kp_sadface[offset];
|
localpatch = kp_sadface[offset];
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
return;
|
localpatch = kp_nodraw; // diagnose underflows
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((stplyr->pflags & PF_ITEMOUT) && !(leveltime & 1))
|
if ((stplyr->pflags & PF_ITEMOUT) && !(leveltime & 1))
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue