From: Erik V. <ev...@us...> - 2010-01-01 19:51:35
|
Update of /cvsroot/rails/18xx/rails/game In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv20014/rails/game Modified Files: StartRound_1830.java Log Message: Minor cleanup Index: StartRound_1830.java =================================================================== RCS file: /cvsroot/rails/18xx/rails/game/StartRound_1830.java,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** StartRound_1830.java 8 Dec 2009 19:32:44 -0000 1.27 --- StartRound_1830.java 1 Jan 2010 18:57:21 -0000 1.28 *************** *** 151,162 **** } - /* - * it is possible that the last unsold item was sold in the above - * loop. go to next round if that happened - */ - //if (gameManager.getStartPacket().areAllSold()) { - // return false; - //} - if (possibleActions.isEmpty()) { numPasses.add(1); --- 151,154 ---- *************** *** 172,177 **** possibleActions.add(new NullAction(NullAction.PASS)); } ! ! return true; } --- 164,169 ---- possibleActions.add(new NullAction(NullAction.PASS)); } ! ! return true; } |