Show "Waiting for opponent..." while you wait for the other player to choose whether to go first or keep their first hand

This commit is contained in:
drdev
2015-06-13 19:12:39 +00:00
parent c1c427d31e
commit 3e6d5cd3e9
5 changed files with 29 additions and 0 deletions

View File

@@ -1813,9 +1813,11 @@ public class PlayerControllerHuman
public void autoPassCancel() {
getGui().autoPassCancel(getLocalPlayerView());
}
@Override
public void awaitNextInput() {
getGui().awaitNextInput();
}
@Override
public void cancelAwaitNextInput() {
getGui().cancelAwaitNextInput();
}