mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-04 23:02:02 +01:00
everybody starts out as client by default, same as on linux
This commit is contained in:
parent
63ac6542c6
commit
31c594a06e
1 changed files with 1 additions and 1 deletions
|
@ -459,7 +459,7 @@ public class GameConfig extends Activity implements View.OnClickListener,
|
||||||
m_notNetworkedGame = m_notNetworkedGameCheckbx.isChecked();
|
m_notNetworkedGame = m_notNetworkedGameCheckbx.isChecked();
|
||||||
m_gi.setServerRole( m_notNetworkedGame
|
m_gi.setServerRole( m_notNetworkedGame
|
||||||
? DeviceRole.SERVER_STANDALONE
|
? DeviceRole.SERVER_STANDALONE
|
||||||
: DeviceRole.SERVER_ISSERVER );
|
: DeviceRole.SERVER_ISCLIENT );
|
||||||
|
|
||||||
loadPlayers();
|
loadPlayers();
|
||||||
} else if ( m_joinPublicCheck == view ) {
|
} else if ( m_joinPublicCheck == view ) {
|
||||||
|
|
Loading…
Reference in a new issue