mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
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:
@@ -96,7 +96,7 @@ public enum CSubmenuGauntletLoad implements ICDoc {
|
|||||||
|
|
||||||
private void startGame() {
|
private void startGame() {
|
||||||
FModel.SINGLETON_INSTANCE.setGauntletData(
|
FModel.SINGLETON_INSTANCE.setGauntletData(
|
||||||
GauntletIO.loadGauntlet(VSubmenuGauntletQuick.SINGLETON_INSTANCE.getGauntletLister().getSelectedGauntletFile()));
|
GauntletIO.loadGauntlet(view.getGauntletLister().getSelectedGauntletFile()));
|
||||||
|
|
||||||
// Start game
|
// Start game
|
||||||
SwingUtilities.invokeLater(new Runnable() {
|
SwingUtilities.invokeLater(new Runnable() {
|
||||||
|
|||||||
Reference in New Issue
Block a user