Update GameView.java
Joker
This commit is contained in:
parent
c3284910eb
commit
851d7b8f46
1 changed files with 2 additions and 0 deletions
|
|
@ -251,6 +251,8 @@ public class GameView extends View implements GameInterface {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onNewRound(int round) {
|
public void onNewRound(int round) {
|
||||||
|
jokers.setJokers(game.getCurrentPlayer().getJokers());
|
||||||
|
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