Skip to content

Commit e1be910

Browse files
committed
Revert "CGAME: enable temporary printing of remaining floater seconds"
This reverts commit 7888dce.
1 parent 287f81e commit e1be910

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/cgame/cg_draw.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1262,7 +1262,7 @@ static void CG_DrawHoldableItem(float y) {
12621262
CG_FillRect(barX, y + ICON_SIZE - barHeight, 10, barHeight, barColor);
12631263
CG_DrawRect(barX, y, 10, ICON_SIZE, 1.0f, colorWhite);
12641264
}
1265-
if (itemId == HI_KILLERDUCKS || itemId == HI_BOOMIES || itemId == HI_FLOATER) {
1265+
if (itemId == HI_KILLERDUCKS || itemId == HI_BOOMIES) {
12661266
const char *str = va("%i", itemState);
12671267
const int maxChars = strlen(str);
12681268
CG_DrawStringExt(640 - 24 - maxChars * 4, y + 8, str, colorWhite, qtrue, qtrue,

0 commit comments

Comments
 (0)