From: Erik V. <ev...@us...> - 2010-04-20 19:21:35
|
Update of /cvsroot/rails/18xx/rails/game In directory sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv5479/rails/game Modified Files: StartRound_1830.java Log Message: Fixed bad player assignment in 1830 style auctions (bug 2989440) Index: StartRound_1830.java =================================================================== RCS file: /cvsroot/rails/18xx/rails/game/StartRound_1830.java,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -d -r1.31 -r1.32 *** StartRound_1830.java 17 Feb 2010 22:01:43 -0000 1.31 --- StartRound_1830.java 20 Apr 2010 19:21:27 -0000 1.32 *************** *** 319,322 **** --- 319,324 ---- auctionItemState.set(null); numPasses.set(0); + // Next turn goes to priority holder + setPriorityPlayer(); // EV - Added to fix bug 2989440 } else { // More than one left: find next bidder |