diff --git a/src/k_hud.c b/src/k_hud.c index 177b4a9b2..5804bcc5d 100644 --- a/src/k_hud.c +++ b/src/k_hud.c @@ -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<