Skip to content

Commit

Permalink
Added missing defines. (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonKnightOA authored Mar 21, 2024
1 parent 963550e commit ae88269
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 3 additions & 1 deletion code/q3_ui/ui_hud.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ GAME OPTIONS MENU
#define ID_COLORGREEN 130
#define ID_COLORBLUE 131
#define ID_CROSSHAIRHEALTH 132
#define ID_DRAWFPS 133
#define ID_ALWAYSWEAPONBAR 133
#define ID_WEAPONBARSTYLE 134
#define ID_DRAWFPS 135


typedef struct {
Expand Down
6 changes: 2 additions & 4 deletions code/q3_ui/ui_preferences.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,8 @@ GAME OPTIONS MENU
#define ID_MUZZLEFLASHSTYLE 136
#define ID_OBITUARYOUTPUT 137
#define ID_BACK 138
#define ID_ALWAYSWEAPONBAR 139
#define ID_WEAPONBARSTYLE 140
#define ID_CHATBEEP 141
#define ID_TEAMCHATBEEP 142
#define ID_CHATBEEP 139
#define ID_TEAMCHATBEEP 140

#undef NUM_CROSSHAIRS
#define NUM_CROSSHAIRS 99
Expand Down

0 comments on commit ae88269

Please sign in to comment.