aboutsummaryrefslogtreecommitdiffstats
path: root/code/q3_ui/ui_video.c
diff options
context:
space:
mode:
authortma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea>2005-09-23 17:39:14 +0000
committertma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea>2005-09-23 17:39:14 +0000
commit4bfc084c4974ecff94e273a7608ebc38f1c046ab (patch)
treec22cc0f88365f625da447e3609cc1951fb7590eb /code/q3_ui/ui_video.c
parent4b080c5906fdb1f7ee4e7fe5fdf2375dfcdf5ff4 (diff)
downloadioquake3-aero-4bfc084c4974ecff94e273a7608ebc38f1c046ab.tar.gz
ioquake3-aero-4bfc084c4974ecff94e273a7608ebc38f1c046ab.zip
* Applied ajax's cleanup patch
git-svn-id: svn://svn.icculus.org/quake3/trunk@101 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'code/q3_ui/ui_video.c')
-rw-r--r--code/q3_ui/ui_video.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/code/q3_ui/ui_video.c b/code/q3_ui/ui_video.c
index a7f16f4..f7ecafd 100644
--- a/code/q3_ui/ui_video.c
+++ b/code/q3_ui/ui_video.c
@@ -242,7 +242,7 @@ static const char *s_drivers[] =
{
OPENGL_DRIVER_NAME,
_3DFX_DRIVER_NAME,
- 0
+ NULL
};
#define ID_BACK2 101
@@ -723,7 +723,7 @@ void GraphicsOptions_MenuInit( void )
{
"Default",
"Voodoo",
- 0
+ NULL
};
static const char *tq_names[] =
@@ -731,7 +731,7 @@ void GraphicsOptions_MenuInit( void )
"Default",
"16 bit",
"32 bit",
- 0
+ NULL
};
static const char *s_graphics_options_names[] =
@@ -741,14 +741,14 @@ void GraphicsOptions_MenuInit( void )
"Fast",
"Fastest",
"Custom",
- 0
+ NULL
};
static const char *lighting_names[] =
{
"Lightmap",
"Vertex",
- 0
+ NULL
};
static const char *colordepth_names[] =
@@ -756,7 +756,7 @@ void GraphicsOptions_MenuInit( void )
"Default",
"16 bit",
"32 bit",
- 0
+ NULL
};
static const char *resolutions[] =
@@ -773,26 +773,26 @@ void GraphicsOptions_MenuInit( void )
"1600x1200",
"2048x1536",
"856x480 wide screen",
- 0
+ NULL
};
static const char *filter_names[] =
{
"Bilinear",
"Trilinear",
- 0
+ NULL
};
static const char *quality_names[] =
{
"Low",
"Medium",
"High",
- 0
+ NULL
};
static const char *enabled_names[] =
{
"Off",
"On",
- 0
+ NULL
};
int y;