diff --git a/src/k_hud.c b/src/k_hud.c index 543a7a9e7..9822f1706 100644 --- a/src/k_hud.c +++ b/src/k_hud.c @@ -1190,7 +1190,7 @@ static void K_drawKartItem(void) V_DrawScaledPatch(fx, fy, V_HUDTRANS|V_SLIDEIN|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) @@ -1211,7 +1211,7 @@ static void K_drawKartItem(void) else V_DrawFixedPatch(fx<