Skip to content

Commit

Permalink
Fixed Heretic & Hexen: The fullscreen HUD current item display cannot…
Browse files Browse the repository at this point in the history
… be enabled/disabled from the menu.
  • Loading branch information
danij-deng committed Apr 27, 2010
1 parent 4b2876d commit afe449c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/plugins/common/src/hu_menu.c
Expand Up @@ -817,7 +817,7 @@ static menuitem_t HUDItems[] = {
{ITT_EFUNC, 0, "Show keys :", M_ToggleVar, 0, NULL, "hud-keys"},
#endif
#if __JHERETIC__ || __JHEXEN__
{ITT_EFUNC, 0, "Show item :", M_ToggleVar, 0, NULL, "hud-item" },
{ITT_EFUNC, 0, "Show item :", M_ToggleVar, 0, NULL, "hud-currentitem" },
#endif
};

Expand Down

0 comments on commit afe449c

Please sign in to comment.