- The restart match button is now always enabled.

This commit is contained in:
Sloth
2011-09-04 09:00:07 +00:00
parent 26808aef66
commit 7d15448012

View File

@@ -104,7 +104,7 @@ public class Gui_WinLose extends JFrame implements NewConstants {
quitButton.grabFocus(); quitButton.grabFocus();
} }
restartButton.setEnabled(!model.match.isMatchWonByHuman()); restartButton.setEnabled(true);
//show Wins and Loses //show Wins and Loses
int humanWins = model.match.getGamesCountWonByHuman(); int humanWins = model.match.getGamesCountWonByHuman();