Skip to content

Commit

Permalink
Hud fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
3doplayer67484 authored Apr 23, 2024
1 parent a9dd27c commit a07e470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Descent3/hud.h
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ typedef enum tHUDMode {
#define MAX_HUD_ITEMS 32
#define HUD_COLOR GR_RGB(0, 255, 0)
#define HUD_ALPHA 192
#define HUD_ZOOM 0.56f
#define HUD_ZOOM 0.95f

#define HUD_MSG_PERSISTENT_INFINITE 10000.0f
#define HUD_MSG_PERSISTENT_CENTER -1
Expand Down

0 comments on commit a07e470

Please sign in to comment.