From: Erik V. <ev...@us...> - 2010-02-05 19:57:40
|
Update of /cvsroot/rails/18xx/rails/game In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv5928/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.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** StartRound_1830.java 31 Jan 2010 22:22:28 -0000 1.29 --- StartRound_1830.java 5 Feb 2010 19:57:26 -0000 1.30 *************** *** 61,65 **** possibleActions.clear(); - //if (startPacket.areAllSold()) return false; // SHOULDN'T GET HERE THEN if (currentPlayer == startPlayer) ReportBuffer.add(""); --- 61,64 ---- *************** *** 164,168 **** possibleActions.add(new NullAction(NullAction.PASS)); } ! return true; } --- 163,167 ---- possibleActions.add(new NullAction(NullAction.PASS)); } ! return true; } |