From: Stefan F. <ste...@us...> - 2010-06-21 22:58:01
|
Update of /cvsroot/rails/18xx/rails/game/specific/_18EU In directory sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv7831/rails/game/specific/_18EU Modified Files: StartRound_18EU.java Log Message: Fixed bug 3017632. And fixed missing unblock of cash for passing player if leave private auction option is selected in 1830 type of startround. Index: StartRound_18EU.java =================================================================== RCS file: /cvsroot/rails/18xx/rails/game/specific/_18EU/StartRound_18EU.java,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** StartRound_18EU.java 27 Nov 2009 20:35:18 -0000 1.10 --- StartRound_18EU.java 21 Jun 2010 22:57:52 -0000 1.11 *************** *** 324,328 **** case BID_STEP: ! auctionedItem.setBid(-1, currentPlayer); // We are done if the next still bidding player --- 324,328 ---- case BID_STEP: ! auctionedItem.setBid(-2, currentPlayer); // We are done if the next still bidding player |