From: Erik V. <ev...@us...> - 2009-07-19 19:24:28
|
Update of /cvsroot/rails/18xx/rails/ui/swing In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv10234/rails/ui/swing Modified Files: ORWindow.java Log Message: Fixes to CGR formation. Consistent use of the new Round.finishRound() method. Index: ORWindow.java =================================================================== RCS file: /cvsroot/rails/18xx/rails/ui/swing/ORWindow.java,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** ORWindow.java 4 Feb 2009 20:36:40 -0000 1.23 --- ORWindow.java 19 Jul 2009 19:24:21 -0000 1.24 *************** *** 158,162 **** String numORs = gameManager.getNumOfORs (); ! orPanel.recreate(or); setTitle(LocalText.getText("MapWindowORTitle", compositeORNumber, --- 158,162 ---- String numORs = gameManager.getNumOfORs (); ! if (!or.wasInterrupted()) orPanel.recreate(or); setTitle(LocalText.getText("MapWindowORTitle", compositeORNumber, |