Skip to content

Commit

Permalink
Revert "CGAME: enable temporary printing of remaining floater seconds"
Browse files Browse the repository at this point in the history
This reverts commit 7888dce.
  • Loading branch information
mgerhardy committed Oct 30, 2021
1 parent 287f81e commit e1be910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/cgame/cg_draw.c
Expand Up @@ -1262,7 +1262,7 @@ static void CG_DrawHoldableItem(float y) {
CG_FillRect(barX, y + ICON_SIZE - barHeight, 10, barHeight, barColor);
CG_DrawRect(barX, y, 10, ICON_SIZE, 1.0f, colorWhite);
}
if (itemId == HI_KILLERDUCKS || itemId == HI_BOOMIES || itemId == HI_FLOATER) {
if (itemId == HI_KILLERDUCKS || itemId == HI_BOOMIES) {
const char *str = va("%i", itemState);
const int maxChars = strlen(str);
CG_DrawStringExt(640 - 24 - maxChars * 4, y + 8, str, colorWhite, qtrue, qtrue,
Expand Down

0 comments on commit e1be910

Please sign in to comment.