project_files/Android-build/SDL-android-project/src/org/hedgewars/hedgeroid/StartGameActivity.java
equal
deleted
inserted
replaced
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); |