mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-15 15:41:24 +01:00
Even host needs an address to mark game as BT
This commit is contained in:
parent
5e330595fc
commit
ab32480cd5
1 changed files with 5 additions and 2 deletions
|
@ -443,10 +443,13 @@ public class GameUtils {
|
|||
int nPlayersT, int nPlayersH )
|
||||
{
|
||||
long rowid = -1;
|
||||
|
||||
int[] langa = { lang };
|
||||
boolean isHost = null == addr;
|
||||
if ( isHost ) {
|
||||
addr = new CommsAddrRec( context, null, null );
|
||||
}
|
||||
return makeNewMultiGame( context, addr, langa, nPlayersT, nPlayersH,
|
||||
null, gameID, null == addr );
|
||||
null, gameID, isHost );
|
||||
}
|
||||
|
||||
public static void launchInviteActivity( Context context,
|
||||
|
|
Loading…
Reference in a new issue