Diagnose itemamount underflows easier (show the empty box and number if nonzero count but zero item type)

This commit is contained in:
toaster 2022-01-25 17:02:19 +00:00
parent 3f71251fd6
commit 2e54e38607

View file

@ -1274,7 +1274,8 @@ static void K_drawKartItem(void)
localpatch = kp_sadface[offset];
break;
default:
return;
localpatch = kp_nodraw; // diagnose underflows
break;
}
if ((stplyr->pflags & PF_ITEMOUT) && !(leveltime & 1))