project_files/Android-build/SDL-android-project/src/org/hedgewars/hedgeroid/StartGameActivity.java
changeset 6844 69fb04c8a841
parent 6842 2e6391f33204
child 7476 2fb781bbdd51
equal deleted inserted replaced
6842:2e6391f33204 6844:69fb04c8a841
    52 	private ImageView themeIcon, mapPreview, teamCount;
    52 	private ImageView themeIcon, mapPreview, teamCount;
    53 
    53 
    54 	public void onCreate(Bundle savedInstanceState){
    54 	public void onCreate(Bundle savedInstanceState){
    55 		super.onCreate(savedInstanceState);
    55 		super.onCreate(savedInstanceState);
    56 
    56 
    57 		Scheme.parseBasicFlags(this);
    57 		Scheme.parseConfiguration(this);
    58 		config = new GameConfig();
    58 		config = new GameConfig();
    59 
    59 
    60 		setContentView(R.layout.starting_game);
    60 		setContentView(R.layout.starting_game);
    61 
    61 
    62 		back = (ImageButton) findViewById(R.id.btnBack);
    62 		back = (ImageButton) findViewById(R.id.btnBack);