Skip to content

Commit

Permalink
Moved VR Options
Browse files Browse the repository at this point in the history
  • Loading branch information
hh79 committed Nov 11, 2020
1 parent b1660df commit 11065ab
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/rendering/r_utility.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ CVAR(Bool, r_deathcamera, false, CVAR_ARCHIVE)
CVAR(Int, r_clearbuffer, 0, 0)
CVAR(Bool, r_drawvoxels, true, 0)
CVAR(Bool, r_drawplayersprites, true, 0) // [RH] Draw player sprites?
CVAR(Int, r_PlayerSprites3DMode, 0, CVAR_ARCHIVE);
CVAR(Int, r_PlayerSprites3DMode, 1, CVAR_ARCHIVE);
CVAR(Float, gl_fatItemWidth, 0.5f, CVAR_ARCHIVE);
CUSTOM_CVAR(Float, r_quakeintensity, 1.0f, CVAR_ARCHIVE | CVAR_GLOBALCONFIG)
{
Expand Down Expand Up @@ -355,7 +355,7 @@ double R_GetGlobVis(const FViewWindow &viewwindow, double vis)
//
//==========================================================================

CUSTOM_CVAR (Int, screenblocks, 10, CVAR_ARCHIVE)
CUSTOM_CVAR (Int, screenblocks, 11, CVAR_ARCHIVE)
{
if (self > 12)
self = 12;
Expand Down
2 changes: 1 addition & 1 deletion wadsrc/static/menudef.txt
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ OptionMenu "OptionsMenu" protected
Submenu "$OPTMNU_CONTROLS", "CustomizeControls"
Submenu "$OPTMNU_MOUSE", "MouseOptions"
Submenu "$OPTMNU_JOYSTICK", "JoystickOptions"
Submenu "VR Options", "OpenVROptions"
Submenu "$VRPREFMNU", "OpenVROptions"
StaticText " "
Submenu "$OPTMNU_PLAYER", "NewPlayerMenu"
Submenu "$OPTMNU_GAMEPLAY", "GameplayOptions"
Expand Down
1 change: 1 addition & 0 deletions wadsrc/static/menudef.zsimple
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ OptionMenu "OptionsMenuSimple" protected
Submenu "$OPTMNU_CONTROLS", "CustomizeControls"
Submenu "$OPTMNU_MOUSE", "MouseOptions"
Submenu "$OPTMNU_JOYSTICK", "JoystickOptions"
Submenu "$VRPREFMNU", "OpenVROptions"
StaticText " "
Submenu "$OPTMNU_SOUND", "SoundOptionsSimple"
Submenu "$OPTMNU_DISPLAY", "VideoOptionsSimple"
Expand Down

0 comments on commit 11065ab

Please sign in to comment.