- Changed the gamma slider in the menu to bottom out at 0.75 instead of 1.0 and to move in

increments of 0.05 instead of 0.1.

SVN r3848 (trunk)
This commit is contained in:
Randy Heit 2012-08-23 01:10:28 +00:00
parent 1c71c1dce1
commit 6645121519

View file

@ -651,7 +651,7 @@ OptionMenu "VideoOptions"
Submenu "Scoreboard Options", "ScoreboardOptions"
StaticText " "
Slider "Screen size", "screenblocks", 3.0, 12.0, 1.0, 0
Slider "Brightness", "Gamma", 1.0, 3.0, 0.1
Slider "Brightness", "Gamma", 0.75, 3.0, 0.05, 2
Option "Vertical Sync", "vid_vsync", "OnOff"
Option "Column render mode", "r_columnmethod", "ColumnMethods"