diff options
Diffstat (limited to 'code/q3_ui/ui_addbots.c')
-rw-r--r-- | code/q3_ui/ui_addbots.c | 6 |
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 ) { |