mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
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
This commit is contained in:
parent
abc4fad46e
commit
96d279adaf
1 changed files with 3 additions and 3 deletions
|
@ -328,9 +328,9 @@ void M_Menu_Setup_f (void)
|
||||||
menucustom_t *ci;
|
menucustom_t *ci;
|
||||||
char *classnames[] =
|
char *classnames[] =
|
||||||
{
|
{
|
||||||
"1",
|
"Paladin",
|
||||||
"2",
|
"Crusader",
|
||||||
"3",
|
"Necromancer",
|
||||||
"Assasin",
|
"Assasin",
|
||||||
"Demoness",
|
"Demoness",
|
||||||
NULL
|
NULL
|
||||||
|
|
Loading…
Reference in a new issue