- Fix the "Cancel" button in the concede dialog box leading to an immediate game quit when conceding the match via the "X" button in the title bar.

This commit is contained in:
Agetian
2015-05-25 17:21:33 +00:00
parent 03b74bdd83
commit 3b4ddd9ecc

View File

@@ -207,6 +207,8 @@ public abstract class AbstractGuiGame implements IGuiGame, IMayViewCards {
// Concede each player on this Gui (except mind-controlled players)
c.concede();
}
} else {
return false;
}
if (gameView.isGameOver()) {
// Don't immediately close, wait for win/lose screen