Skip to content

Commit

Permalink
- updated menus and changed the mentions of "Polymost" to "Render".
Browse files Browse the repository at this point in the history
These settings now extend to the new render as well, so the mentions of Polymost had to be changed accordingly.
  • Loading branch information
sinisterseed committed Apr 21, 2021
1 parent c67a3e7 commit 2d73b19
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions wadsrc/static/menudef.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1020,7 +1020,7 @@ OptionMenu "VideoOptions" protected
Title "$DSPLYMNU_TITLE"

Submenu "$OPTMNU_HUD", "HUDOptions"
Submenu "$OPTMNU_POLYMOST", "PolymostOptions"
Submenu "$OPTMNU_RENDER", "RenderOptions"
Submenu "$AUTOMAPMNU_TITLE", "AutomapOptions"
Submenu "$GLMNU_POSTPROCESS", "PostProcessMenu"
StaticText ""
Expand Down Expand Up @@ -1190,20 +1190,20 @@ OptionMenu "HUDOptions" protected

//-------------------------------------------------------------------------------------------
//
// Polymost options
// Render options
//
//-------------------------------------------------------------------------------------------

OptionMenu "PolymostOptions"
OptionMenu "RenderOptions"
{
Title "Polymost Options"
Option "$POLYMOST_TC", "hw_hightile", "OnOff"
Option "$POLYMOST_CACHE", "r_precache", "OnOff"
Title "Render Options"
Option "$RENDER_TC", "hw_hightile", "OnOff"
Option "$RENDER_CACHE", "r_precache", "OnOff"
StaticText ""
Option "$POLYMOST_PALETTEEMU", "hw_useindexedcolortextures", "OnOff"
Option "$POLYMOST_PALINTER", "hw_shadeinterpolate", "OnOff", "hw_useindexedcolortextures"
Option "$RENDER_PALETTEEMU", "hw_useindexedcolortextures", "OnOff"
Option "$RENDER_PALINTER", "hw_shadeinterpolate", "OnOff", "hw_useindexedcolortextures"
StaticText ""
Option "$POLYMOST_MODELS", "hw_models", "OnOff"
Option "$RENDER_MODELS", "hw_models", "OnOff"
}

//-------------------------------------------------------------------------------------------
Expand Down

0 comments on commit 2d73b19

Please sign in to comment.