mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-15 15:41:24 +01:00
add new params required for comms_getInitialAddr
This commit is contained in:
parent
f71430dc27
commit
cb5cc975b3
1 changed files with 1 additions and 1 deletions
|
@ -738,7 +738,7 @@ new_game_impl( GtkAppGlobals* globals, XP_Bool fireConnDlg )
|
|||
if ( !!globals->cGlobals.game.comms ) {
|
||||
comms_getAddr( globals->cGlobals.game.comms, &addr );
|
||||
} else {
|
||||
comms_getInitialAddr( &addr );
|
||||
comms_getInitialAddr( &addr, RELAY_NAME_DEFAULT, RELAY_PORT_DEFAULT );
|
||||
}
|
||||
|
||||
if ( newGameDialog( globals, &addr, XP_TRUE, fireConnDlg ) ) {
|
||||
|
|
Loading…
Reference in a new issue