From: havoc Date: Mon, 28 Nov 2005 04:51:59 +0000 (+0000) Subject: fix a typo X-Git-Tag: xonotic-v0.1.0preview~4440 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=5c0ac3b579b9512d93e0eb5ea93fe7dbcaaa7ff1;p=xonotic%2Fdarkplaces.git fix a typo git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5845 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/menu.c b/menu.c index bc04a76d..283728f0 100644 --- a/menu.c +++ b/menu.c @@ -1551,7 +1551,7 @@ void M_Menu_Options_AdjustSliders (int dir) else if (options_cursor == optnum++) Cvar_SetValueQuick (&scr_screenshot_jpeg_quality, bound(0, scr_screenshot_jpeg_quality.value + dir * 0.1, 1)); else if (options_cursor == optnum++) - Cvar_SetValueQuick (&scr_screenshot_gamma, bound(0.1, scr_screenshot_gamma.value + dir * 0.1, 4); + Cvar_SetValueQuick (&scr_screenshot_gamma, bound(0.1, scr_screenshot_gamma.value + dir * 0.1, 4)); else if (options_cursor == optnum++) Cvar_SetValueQuick (&r_sky, !r_sky.integer); else if (options_cursor == optnum++)