- Setup Game State will now look for text files in the Forge directory instead of the system user directory (maybe it's worth creating the "tests" folder or something like that where to pile up test cases for various cards?..)

This commit is contained in:
jendave
2011-08-07 01:01:35 +00:00
parent 059e1a33d4
commit c2244a332d

View File

@@ -942,7 +942,7 @@ public class GuiDisplayUtil implements NewConstants {
String t_computerSetupLibrary = "NONE";
String t_changePlayer = "NONE";
String wd = System.getProperty("user.dir");
String wd = ".";
JFileChooser fc = new JFileChooser(wd);
int rc = fc.showDialog(null, "Select Game State File");
if (rc != JFileChooser.APPROVE_OPTION)