From 66451215198511df759d3d49bf65efe09cc01175 Mon Sep 17 00:00:00 2001 From: Randy Heit Date: Thu, 23 Aug 2012 01:10:28 +0000 Subject: [PATCH] - 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) --- wadsrc/static/menudef.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wadsrc/static/menudef.txt b/wadsrc/static/menudef.txt index 1b8432462..38ac1bd74 100644 --- a/wadsrc/static/menudef.txt +++ b/wadsrc/static/menudef.txt @@ -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"