Skip to content

Commit

Permalink
[#9] Since we can change these in settings, they probably don't need …
Browse files Browse the repository at this point in the history
…to be static
  • Loading branch information
taysta committed Oct 3, 2023
1 parent 99e5a30 commit 675d64c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codemp/cgame/hud_obituary.c
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ void HUD_DrawObituary(void) {
0.6f,
0.15f
};
static float x, y, iconSize, iconHeight, iconWidth, padding, xPadding, yPadding, textScale, textHeight;
float x, y, iconSize, iconHeight, iconWidth, padding, xPadding, yPadding, textScale, textHeight;
float wepColor[4], killerColor[4], victimColor[4];
float killerWidth, victimWidth, totalWidth;
obituary_t *p;
Expand Down

0 comments on commit 675d64c

Please sign in to comment.