Minor fix

This commit is contained in:
Doublestrike
2011-08-31 12:50:17 +00:00
parent e23f4a3642
commit 2615360ab0

View File

@@ -124,7 +124,6 @@ public class ApplicationView implements FView {
}
if(!splashFrame.getSplashHasBeenClosed()) {
System.out.println("splashFrame still running");
try {
Constant.Runtime.GameType[0] = Constant.GameType.Constructed;
SwingUtilities.invokeLater(new Runnable() { // NOPMD by Braids on 8/7/11 1:07 PM: this isn't a web app