From 96d279adafcfab98fdcf7d7eb1088160d1af700e Mon Sep 17 00:00:00 2001 From: Spoike Date: Wed, 18 Aug 2010 21:55:57 +0000 Subject: [PATCH] Fix that text. Should have been names, not numbers. git-svn-id: https://svn.code.sf.net/p/fteqw/code/branches/wip@3592 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/client/m_multi.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/engine/client/m_multi.c b/engine/client/m_multi.c index 31190eff2..6ec75091f 100644 --- a/engine/client/m_multi.c +++ b/engine/client/m_multi.c @@ -328,9 +328,9 @@ void M_Menu_Setup_f (void) menucustom_t *ci; char *classnames[] = { - "1", - "2", - "3", + "Paladin", + "Crusader", + "Necromancer", "Assasin", "Demoness", NULL