|
|
@ -1,4 +1,4 @@
|
|
|
|
/* $Id: playermenu.c,v 1.3 2004/09/12 20:54:25 stpohle Exp $
|
|
|
|
/* $Id: playermenu.c,v 1.4 2004/09/12 22:12:02 stpohle Exp $
|
|
|
|
*
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
@ -159,7 +159,7 @@ void playermenu () {
|
|
|
|
sprintf (playerlist[i].text, "%2d. %15s", i+1, "");
|
|
|
|
sprintf (playerlist[i].text, "%2d. %15s", i+1, "");
|
|
|
|
charlist_fillarraypointer (playerlist, MAX_PLAYERS);
|
|
|
|
charlist_fillarraypointer (playerlist, MAX_PLAYERS);
|
|
|
|
menu = menu_new ("Playermenu", 400, 350);
|
|
|
|
menu = menu_new ("Playermenu", 400, 350);
|
|
|
|
|
|
|
|
printf ("called\n");
|
|
|
|
menu_create_entry (menu, " Player 1 Name: ", -1, 50, 350, &bman.playername, LEN_PLAYERNAME, MENU_entrytext, 2);
|
|
|
|
menu_create_entry (menu, " Player 1 Name: ", -1, 50, 350, &bman.playername, LEN_PLAYERNAME, MENU_entrytext, 2);
|
|
|
|
menu_create_entry (menu, " Player 2 Name: ", -1, 80, 350, &bman.player2name, LEN_PLAYERNAME, MENU_entrytext, 3);
|
|
|
|
menu_create_entry (menu, " Player 2 Name: ", -1, 80, 350, &bman.player2name, LEN_PLAYERNAME, MENU_entrytext, 3);
|
|
|
|
if (IS_LPLAYER2)
|
|
|
|
if (IS_LPLAYER2)
|
|
|
|