From: Stefan F. <ste...@us...> - 2010-02-15 23:30:35
|
Update of /cvsroot/rails/18xx/rails/ui/swing In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv17392/rails/ui/swing Modified Files: GameSetupWindow.java Log Message: Fixed bug in randomize if player prefill is used. Index: GameSetupWindow.java =================================================================== RCS file: /cvsroot/rails/18xx/rails/ui/swing/GameSetupWindow.java,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** GameSetupWindow.java 15 Feb 2010 23:15:13 -0000 1.22 --- GameSetupWindow.java 15 Feb 2010 23:30:13 -0000 1.23 *************** *** 277,281 **** } } - fillPlayersPane(); } } --- 277,280 ---- |