Skip to content

Commit

Permalink
Fixed (jHeretic): "Heretic: Incorrect menu and door sounds" (see here h…
Browse files Browse the repository at this point in the history
  • Loading branch information
danij committed Jun 5, 2009
1 parent 3710357 commit 1d60402
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doomsday/plugins/common/include/hu_menu.h
Expand Up @@ -63,13 +63,13 @@ typedef enum menucommand_e {
#define SFX_QUICKSAVE_PROMPT (SFX_SWTCHN)
#define SFX_QUICKLOAD_PROMPT (SFX_SWTCHN)
#elif __JHERETIC__
#define SFX_MENU_CLOSE (SFX_SWITCH)
#define SFX_MENU_OPEN (SFX_CHAT)
#define SFX_MENU_CLOSE (SFX_DORCLS)
#define SFX_MENU_OPEN (SFX_SWITCH)
#define SFX_MENU_CANCEL (SFX_SWITCH)
#define SFX_MENU_NAV_UP (SFX_SWITCH)
#define SFX_MENU_NAV_RIGHT (SFX_SWITCH)
#define SFX_MENU_ACCEPT (SFX_CHAT)
#define SFX_MENU_CYCLE (SFX_SWITCH) // Cycle available options.
#define SFX_MENU_ACCEPT (SFX_DORCLS)
#define SFX_MENU_CYCLE (SFX_DORCLS) // Cycle available options.
#define SFX_MENU_SLIDER_MOVE (SFX_STNMOV)
#define SFX_QUICKSAVE_PROMPT (SFX_CHAT)
#define SFX_QUICKLOAD_PROMPT (SFX_CHAT)
Expand Down

0 comments on commit 1d60402

Please sign in to comment.