From 085fb5ce89e51854ff196bb1ad852136a4d8fc38 Mon Sep 17 00:00:00 2001 From: stpohle Date: Fri, 11 Jun 2004 20:09:50 +0000 Subject: [PATCH] Player one wasn't set right in the init process --- src/configuration.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/configuration.c b/src/configuration.c index 503065f..9586ff3 100644 --- a/src/configuration.c +++ b/src/configuration.c @@ -1,4 +1,4 @@ -/* $Id: configuration.c,v 1.58 2004/06/11 20:08:15 stpohle Exp $ +/* $Id: configuration.c,v 1.59 2004/06/11 20:09:50 stpohle Exp $ * configuration */ #include @@ -96,8 +96,6 @@ config_init (int argc, char **argv) ReadPrgArgs (argc, argv); gfx_init (); draw_logo (); - bman.playername[LEN_PLAYERNAME - 1] = 0; - bman.playername[0] = 0; playermenu (); } else {