- Removed multithreaded from the menu completely.

# Conflicts:
#	wadsrc/static/menudef.txt
This commit is contained in:
Rachael Alexanderson 2017-01-02 18:24:27 -05:00
parent 338d338e27
commit 3e59ebb48d
2 changed files with 0 additions and 2 deletions

View file

@ -1811,7 +1811,6 @@ DSPLYMNU_DIMCOLOR = "Dim color";
DSPLYMNU_MOVEBOB = "View bob amount while moving";
DSPLYMNU_STILLBOB = "View bob amount while not moving";
DSPLYMNU_BOBSPEED = "Weapon bob speed";
DSPLYMNU_MULTITHREADED = "Multithreaded Drawing";
// HUD Options
HUDMNU_TITLE = "HUD Options";

View file

@ -704,7 +704,6 @@ OptionMenu "VideoOptions"
Slider "$DSPLYMNU_PICKUPFADE", "pickup_fade_scalar", 0.0, 1.0, 0.05, 2
Slider "$DSPLYMNU_WATERFADE", "underwater_fade_scalar", 0.0, 1.0, 0.05, 2
Option "$DSPLYMNU_BLENDMETHOD", "r_blendmethod", "BlendMethods"
Option "$DSPLYMNU_MULTITHREADED", "r_multithreaded", "OnOff"
StaticText " "
Option "$DSPLYMNU_WIPETYPE", "wipetype", "Wipes"