Don't show counts on mini inventory (not enough screen real esate).

This commit is contained in:
Steve 2018-02-08 22:25:48 +00:00
parent 1ed138b766
commit 50a1c78c10
1 changed files with 0 additions and 2 deletions

View File

@ -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);