jsv's fix for problem "I have several gauntlets in progress. No matter which one I select, when I press "Start" it's always the first one in the list that gets loaded."

This commit is contained in:
Maxmtg
2013-06-18 11:36:28 +00:00
parent 7a0d57997d
commit de9c9ff3f3

View File

@@ -96,7 +96,7 @@ public enum CSubmenuGauntletLoad implements ICDoc {
private void startGame() {
FModel.SINGLETON_INSTANCE.setGauntletData(
GauntletIO.loadGauntlet(VSubmenuGauntletQuick.SINGLETON_INSTANCE.getGauntletLister().getSelectedGauntletFile()));
GauntletIO.loadGauntlet(view.getGauntletLister().getSelectedGauntletFile()));
// Start game
SwingUtilities.invokeLater(new Runnable() {