From 30b68e0c8af0711f5000e4e16c147d1d0d01dbb6 Mon Sep 17 00:00:00 2001 From: havoc Date: Wed, 2 Mar 2011 18:51:56 +0000 Subject: [PATCH] we don't like typos in cvar descriptions git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@10880 d7cf8633-e32d-0410-b094-e92efae38249 --- vid_sdl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vid_sdl.c b/vid_sdl.c index f240c3c9..07a51dc1 100644 --- a/vid_sdl.c +++ b/vid_sdl.c @@ -68,7 +68,7 @@ qboolean vid_supportrefreshrate = false; cvar_t vid_soft = {CVAR_SAVE, "vid_soft", "0", "enables use of the DarkPlaces Software Rasterizer rather than OpenGL or Direct3D"}; cvar_t vid_soft_threads = {CVAR_SAVE, "vid_soft_threads", "2", "the number of threads the DarkPlaces Software Rasterizer should use"}; -cvar_t vid_soft_interlace = {CVAR_SAVE, "vid_soft_interlace", "1", "whether the DarkPlaces Software Rasterizer shoud interlace the screen bands occupied by each thread"}; +cvar_t vid_soft_interlace = {CVAR_SAVE, "vid_soft_interlace", "1", "whether the DarkPlaces Software Rasterizer should interlace the screen bands occupied by each thread"}; cvar_t joy_detected = {CVAR_READONLY, "joy_detected", "0", "number of joysticks detected by engine"}; cvar_t joy_enable = {CVAR_SAVE, "joy_enable", "0", "enables joystick support"}; cvar_t joy_index = {0, "joy_index", "0", "selects which joystick to use if you have multiple"}; -- 2.39.2