From: divverent Date: Thu, 23 Dec 2010 01:30:56 +0000 (+0000) Subject: also make the darkplaces menu able to enter up to 127 chars in the name field X-Git-Tag: xonotic-v0.5.0~438^2~163 X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=commitdiff_plain;h=0d26c6200aaeced183c206a59291433950e95e81 also make the darkplaces menu able to enter up to 127 chars in the name field git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@10678 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/menu.c b/menu.c index 90a85ba6..26eb371a 100644 --- a/menu.c +++ b/menu.c @@ -1238,7 +1238,7 @@ static void M_MultiPlayer_Key (int key, int ascii) static int setup_cursor = 4; static int setup_cursor_table[] = {40, 64, 88, 124, 140}; -static char setup_myname[32]; +static char setup_myname[MAX_SCOREBOARDNAME]; static int setup_oldtop; static int setup_oldbottom; static int setup_top;