From: Erik V. <ev...@us...> - 2009-11-23 18:31:35
|
Update of /cvsroot/rails/18xx/rails/game In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv311/rails/game Modified Files: ShareSellingRound.java Log Message: Fixed bug that price wasn't adjusted at emergency share selling Index: ShareSellingRound.java =================================================================== RCS file: /cvsroot/rails/18xx/rails/game/ShareSellingRound.java,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** ShareSellingRound.java 7 Oct 2009 19:00:38 -0000 1.24 --- ShareSellingRound.java 23 Nov 2009 18:31:23 -0000 1.25 *************** *** 352,356 **** } } ! company.adjustSharePrice (SOLD, numberToSell, gameManager.getStockMarket()); // Check if we still have the presidency --- 352,356 ---- } } ! company.adjustSharePrice (SOLD, numberSold, gameManager.getStockMarket()); // Check if we still have the presidency |