mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-20 15:02:37 +00:00
Menus/Sound Options: remove Reverse L/R Channels option
- This literally doesn't work
This commit is contained in:
parent
b943d8d088
commit
74a04f0ab0
1 changed files with 0 additions and 3 deletions
|
|
@ -244,9 +244,6 @@ menuitem_t OPTIONS_Sound[] =
|
||||||
{IT_HEADER, "Advanced...", NULL,
|
{IT_HEADER, "Advanced...", NULL,
|
||||||
NULL, {NULL}, 0, 0},
|
NULL, {NULL}, 0, 0},
|
||||||
|
|
||||||
{IT_STRING | IT_CVAR, "Reverse L/R Channels", "Reverse left & right channels for Stereo playback.",
|
|
||||||
NULL, {.cvar = &stereoreverse}, 0, 0},
|
|
||||||
|
|
||||||
{IT_STRING | IT_CVAR, "Hear Tabbed-out", "Keep playing game audio when the window is out of focus (FOCUS LOST).",
|
{IT_STRING | IT_CVAR, "Hear Tabbed-out", "Keep playing game audio when the window is out of focus (FOCUS LOST).",
|
||||||
NULL, {.cvar = &cv_bgaudio}, 0, 0},
|
NULL, {.cvar = &cv_bgaudio}, 0, 0},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue