Skip to content

Commit

Permalink
failed format check
Browse files Browse the repository at this point in the history
  • Loading branch information
j4reporting authored and vsonnier committed Jan 19, 2025
1 parent e46b012 commit 55e111e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Quake/sbar.c
Original file line number Diff line number Diff line change
Expand Up @@ -1029,7 +1029,7 @@ static void Sbar_DrawModern (cb_context_t *cbx)
GL_SetCanvas (cbx, CANVAS_BOTTOMLEFT);
Sbar_DrawFace (cbx, 20, 135, false);
Sbar_DrawNum (cbx, 45, 135, cl.stats[STAT_HEALTH], 3, cl.stats[STAT_HEALTH] <= 25);

{
// armor
const int ARMOR_NUM_X = 45;
Expand Down

0 comments on commit 55e111e

Please sign in to comment.