aboutsummaryrefslogtreecommitdiffstats
path: root/code/q3_ui/ui_addbots.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_addbots.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_addbots.c')
-rw-r--r--code/q3_ui/ui_addbots.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/code/q3_ui/ui_addbots.c b/code/q3_ui/ui_addbots.c
index c01bc58..e80b443 100644
--- a/code/q3_ui/ui_addbots.c
+++ b/code/q3_ui/ui_addbots.c
@@ -241,18 +241,18 @@ static const char *skillNames[] = {
"Hurt Me Plenty",
"Hardcore",
"Nightmare!",
- 0
+ NULL
};
static const char *teamNames1[] = {
"Free",
- 0
+ NULL
};
static const char *teamNames2[] = {
"Red",
"Blue",
- 0
+ NULL
};
static void UI_AddBotsMenu_Init( void ) {