From: divverent Date: Tue, 29 Jun 2010 14:47:18 +0000 (+0000) Subject: fix a cvar name typo X-Git-Tag: xonotic-v0.1.0preview~399 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=26d901b9df16cf19baa9be7c548076066d227dd2;p=xonotic%2Fdarkplaces.git fix a cvar name typo git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@10257 d7cf8633-e32d-0410-b094-e92efae38249 ::stable-branch::merge=2f8e9d0c3abae57bb2112ba24290a93f282adccd --- diff --git a/cl_screen.c b/cl_screen.c index 851dd4b2..0b4cd03e 100644 --- a/cl_screen.c +++ b/cl_screen.c @@ -21,8 +21,8 @@ cvar_t scr_conbrightness = {CVAR_SAVE, "scr_conbrightness", "1", "brightness of cvar_t scr_conforcewhiledisconnected = {0, "scr_conforcewhiledisconnected", "1", "forces fullscreen console while disconnected"}; cvar_t scr_conscroll_x = {CVAR_SAVE, "scr_conscroll_x", "0", "scroll speed of gfx/conback in x direction"}; cvar_t scr_conscroll_y = {CVAR_SAVE, "scr_conscroll_y", "0", "scroll speed of gfx/conback in y direction"}; -cvar_t scr_conscroll2_x = {CVAR_SAVE, "scr_conscroll_x", "0", "scroll speed of gfx/conback2 in x direction"}; -cvar_t scr_conscroll2_y = {CVAR_SAVE, "scr_conscroll_y", "0", "scroll speed of gfx/conback2 in y direction"}; +cvar_t scr_conscroll2_x = {CVAR_SAVE, "scr_conscroll2_x", "0", "scroll speed of gfx/conback2 in x direction"}; +cvar_t scr_conscroll2_y = {CVAR_SAVE, "scr_conscroll2_y", "0", "scroll speed of gfx/conback2 in y direction"}; cvar_t scr_menuforcewhiledisconnected = {0, "scr_menuforcewhiledisconnected", "0", "forces menu while disconnected"}; cvar_t scr_centertime = {0, "scr_centertime","2", "how long centerprint messages show"}; cvar_t scr_showram = {CVAR_SAVE, "showram","1", "show ram icon if low on surface cache memory (not used)"};