?????????????????????????????????????
This commit is contained in:
parent
f2d1105344
commit
6e4247230f
1 changed files with 2 additions and 1 deletions
|
|
@ -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));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue