Skip to content

Commit

Permalink
Fix crosshair-type menu item not updating it
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlaux committed Nov 29, 2024
1 parent 7a8cc61 commit 5de18d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mn_setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -2156,11 +2156,11 @@ static setup_menu_t stat_settings3[] = {

// [Nugget] Toggle instead of type
{"Crosshair", S_ONOFF, XH_X, M_SPC, {"hud_crosshair_on"},
.strings_id = str_crosshair, .action = UpdateCrosshairItems},
.action = UpdateCrosshairItems},

// [Nugget] Actual type
{"Crosshair Type", S_CHOICE,XH_X, M_SPC, {"hud_crosshair"},
m_null, input_null, str_crosshair},
.strings_id = str_crosshair, .action = HU_StartCrosshair},

// [Nugget] Translucent crosshair
{"Translucency", S_THERMO | S_ACTION | S_PCT, H_X_THRM8 - 13, M_THRM_SPC,
Expand Down

0 comments on commit 5de18d9

Please sign in to comment.