From: Erik V. <ev...@us...> - 2009-07-19 19:24:28
|
Update of /cvsroot/rails/18xx/rails/game/specific/_1851 In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv10234/rails/game/specific/_1851 Modified Files: StartRound_1851.java Log Message: Fixes to CGR formation. Consistent use of the new Round.finishRound() method. Index: StartRound_1851.java =================================================================== RCS file: /cvsroot/rails/18xx/rails/game/specific/_1851/StartRound_1851.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** StartRound_1851.java 23 Dec 2008 19:59:06 -0000 1.7 --- StartRound_1851.java 19 Jul 2009 19:24:21 -0000 1.8 *************** *** 37,41 **** * ultimately be possible. */ ! gameManager.nextRound(this); } --- 37,42 ---- * ultimately be possible. */ ! //gameManager.nextRound(this); ! finishRound(); } |