Show current game settings
git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@486 72836036-5685-4462-b002-a69064685172
This commit is contained in:
parent
2db77addd9
commit
705698670a
5 changed files with 111 additions and 24 deletions
|
@ -97,6 +97,7 @@ public class GameControl {
|
|||
* Game gets started by initializing the first Round
|
||||
*/
|
||||
public void startGame() {
|
||||
view.getSidePanel().setGameSettings(gameSettings);
|
||||
startRound();
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue