mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-09 05:24:44 +01:00
always assign a random invite ID
This commit is contained in:
parent
93d2ef959c
commit
d26ae4a1b0
1 changed files with 2 additions and 0 deletions
|
@ -79,6 +79,8 @@ public class NetLaunchInfo {
|
||||||
public NetLaunchInfo()
|
public NetLaunchInfo()
|
||||||
{
|
{
|
||||||
m_addrs = new CommsConnTypeSet();
|
m_addrs = new CommsConnTypeSet();
|
||||||
|
// Give it a random number. It may be overwritten, but so what.
|
||||||
|
inviteID = GameUtils.formatGameID( Utils.nextRandomInt() );
|
||||||
}
|
}
|
||||||
|
|
||||||
public NetLaunchInfo( Context context, String data )
|
public NetLaunchInfo( Context context, String data )
|
||||||
|
|
Loading…
Reference in a new issue