Skip to content

Commit

Permalink
All Games|Menu: Added Gameplay menu option for switch sound positioning
Browse files Browse the repository at this point in the history
IssueID #1029
  • Loading branch information
skyjake committed Nov 21, 2016
1 parent bc4e61f commit 7e11c09
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doomsday/apps/plugins/common/src/hu_menu.cpp
Expand Up @@ -1122,6 +1122,13 @@ void Hu_MenuInitGameplayOptionsPage()

# endif // __JDOOM__ || __JDOOM64__
#endif // __JDOOM__ || __JHERETIC__ || __JDOOM64__

page->addWidget(new LabelWidget("Vanilla Switch Sound Positioning"))
.setGroup(1);

page->addWidget(new CVarToggleWidget("sound-switch-origin"))
.setGroup(1)
.setShortcut('v');
}

void Hu_MenuInitHUDOptionsPage()
Expand Down

0 comments on commit 7e11c09

Please sign in to comment.