mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 14:52:01 +00:00
- updated menus and changed the mentions of "Polymost" to "Render".
These settings now extend to the new render as well, so the mentions of Polymost had to be changed accordingly.
This commit is contained in:
parent
c67a3e76b4
commit
2d73b19887
1 changed files with 9 additions and 9 deletions
|
@ -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 ""
|
||||
|
@ -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"
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue