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:
Jannis Harder 2011-06-19 18:31:05 +02:00
parent 2db77addd9
commit 705698670a
5 changed files with 111 additions and 24 deletions

View file

@ -97,6 +97,7 @@ public class GameControl {
* Game gets started by initializing the first Round
*/
public void startGame() {
view.getSidePanel().setGameSettings(gameSettings);
startRound();
}