?????????????????????????????????????

This commit is contained in:
Dennis Weinberger 2019-03-26 17:35:11 +00:00
parent f2d1105344
commit 6e4247230f

View file

@ -251,6 +251,7 @@ public class GameView extends View implements GameInterface {
@Override @Override
public void onNewRound(int round) { public void onNewRound(int round) {
if(!(game.getCurrentPlayer() instanceof AI))
jokers.setJokers(game.getCurrentPlayer().getJokers()); jokers.setJokers(game.getCurrentPlayer().getJokers());
this.onResize(); this.onResize();
this.logLine(String.format("Runde %d.", round)); this.logLine(String.format("Runde %d.", round));