From 50a1c78c105a528153a8c8dd2648824d1780b868 Mon Sep 17 00:00:00 2001 From: Steve Date: Thu, 8 Feb 2018 22:25:48 +0000 Subject: [PATCH] Don't show counts on mini inventory (not enough screen real esate). --- src/world/hud.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/world/hud.c b/src/world/hud.c index 84aa67b..0840853 100644 --- a/src/world/hud.c +++ b/src/world/hud.c @@ -191,8 +191,6 @@ static void drawInventory(void) h *= d; blitRectScaled(atlasTexture->texture, x + mid, y + mid, w, h, &r, 1); - - drawText(x + size - 5, y, 14, TA_RIGHT, colors.white, "%d", world.bob->items[i]->value); } x += (size + 5);