Navigation Menu

Skip to content

Commit

Permalink
Fixed|Heretic|Menu: Incorrect sound effect for menu items
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Oct 7, 2018
1 parent 7487262 commit dc9fe6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/apps/plugins/common/include/hu_menu.h
Expand Up @@ -107,7 +107,7 @@ extern dd_bool menuNominatingQuickSaveSlot;
#define SFX_MENU_NAV_RIGHT (SFX_SWITCH)
#define SFX_MENU_ACCEPT (SFX_DORCLS)
#define SFX_MENU_CYCLE (SFX_DORCLS) // Cycle available options.
#define SFX_MENU_SLIDER_MOVE (SFX_STNMOV)
#define SFX_MENU_SLIDER_MOVE (SFX_KEYUP)
#define SFX_QUICKSAVE_PROMPT (SFX_CHAT)
#define SFX_QUICKLOAD_PROMPT (SFX_CHAT)
#define SFX_DELETESAVEGAME_CONFIRM (SFX_CHAT)
Expand Down

0 comments on commit dc9fe6c

Please sign in to comment.