Update of /cvsroot/rails/18xx/rails/game
In directory sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv21756/rails/game
Modified Files:
StockRound.java
Log Message:
Fixed bug in buying multiple "brown" shares
Index: StockRound.java
===================================================================
RCS file: /cvsroot/rails/18xx/rails/game/StockRound.java,v
retrieving revision 1.77
retrieving revision 1.78
diff -C2 -d -r1.77 -r1.78
*** StockRound.java 25 Jun 2010 21:07:27 -0000 1.77
--- StockRound.java 27 Jun 2010 17:06:46 -0000 1.78
***************
*** 814,818 ****
+ "% share in " + from.getName());
}
! cert.moveTo(currentPlayer.getPortfolio());
}
new CashMove (currentPlayer, priceRecipient, cost);
--- 814,818 ----
+ "% share in " + from.getName());
}
! cert2.moveTo(currentPlayer.getPortfolio());
}
new CashMove (currentPlayer, priceRecipient, cost);
|