Comment out test case

This commit is contained in:
Sally Coolatta 2022-12-11 14:02:48 -05:00 committed by GenericHeroGuy
parent 11608cd1b7
commit 0c8e8be2a7

View file

@ -1159,7 +1159,7 @@ static void K_drawKartItem(void)
V_DrawScaledPatch(fx, fy, V_HUDTRANS|fflags, localbg);
V_SetClipRect((fx + 10) << FRACBITS, (fy + 10) << FRACBITS, 30 << FRACBITS, 30 << FRACBITS, V_HUDTRANS|V_SLIDEIN|fflags);
//V_SetClipRect((fx + 10) << FRACBITS, (fy + 10) << FRACBITS, 30 << FRACBITS, 30 << FRACBITS, V_HUDTRANS|V_SLIDEIN|fflags);
// Then, the numbers:
if (stplyr->itemamount >= numberdisplaymin && !stplyr->itemroulette)
@ -1180,7 +1180,7 @@ static void K_drawKartItem(void)
else
V_DrawFixedPatch(fx<<FRACBITS, fy<<FRACBITS, FRACUNIT, V_HUDTRANS|fflags, localpatch, colmap);
V_ClearClipRect();
//V_ClearClipRect();
// Extensible meter, currently only used for rocket sneaker...
if (itembar)