everybody starts out as client by default, same as on linux

This commit is contained in:
Andy2 2010-09-24 18:48:52 -07:00
parent 63ac6542c6
commit 31c594a06e

View file

@ -459,7 +459,7 @@ public class GameConfig extends Activity implements View.OnClickListener,
m_notNetworkedGame = m_notNetworkedGameCheckbx.isChecked();
m_gi.setServerRole( m_notNetworkedGame
? DeviceRole.SERVER_STANDALONE
: DeviceRole.SERVER_ISSERVER );
: DeviceRole.SERVER_ISCLIENT );
loadPlayers();
} else if ( m_joinPublicCheck == view ) {