Use better temporary screen title

This commit is contained in:
drdev
2014-03-08 21:56:33 +00:00
parent 1c8c5a398d
commit 551c00eec6

View File

@@ -26,7 +26,7 @@ public class MatchScreen extends FScreen {
private VPlayerPanel bottomPlayerPanel, topPlayerPanel; private VPlayerPanel bottomPlayerPanel, topPlayerPanel;
public MatchScreen(Match match0) { public MatchScreen(Match match0) {
super(true, "Game 1 Turn 1", true); super(true, "Game", true);
match = match0; match = match0;
playerPanels = new HashMap<RegisteredPlayer, VPlayerPanel>(); playerPanels = new HashMap<RegisteredPlayer, VPlayerPanel>();