@ -31,19 +31,7 @@ main (int argc, char **argv)
SDL_WM_SetCaption ( text , NULL ) ;
SDL_WM_SetCaption ( text , NULL ) ;
SDL_EnableUNICODE ( 1 ) ;
SDL_EnableUNICODE ( 1 ) ;
game_init ( argv ) ;
game_init ( argc , argv ) ;
d_printf ( " \n \n ***** Bomberclone Version %s \n \n " , VERSION ) ;
if ( ReadConfig ( ) ) {
gfx_init ( ) ;
menu_get_text ( " Please You Playername " , bman . playername , LEN_PLAYERNAME - 1 ) ;
bman . playername [ LEN_PLAYERNAME - 1 ] = 0 ;
} else {
gfx_init ( ) ;
if ( bman . askplayername )
menu_get_text ( " Please You Playername " , bman . playername , LEN_PLAYERNAME ) ;
else menu_clearkeybuff ( ) ;
}
ReadPrgArgs ( argc , argv ) ;
sprintf ( text , " Welcome to BomberClone " ) ;
sprintf ( text , " Welcome to BomberClone " ) ;
while ( menuselect ! = - 1 & & bman . state ! = GS_quit ) {
while ( menuselect ! = - 1 & & bman . state ! = GS_quit ) {