Update of /cvsroot/rails/18xx/rails/game/specific/_1856
In directory sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv30354/rails/game/specific/_1856
Modified Files:
PublicCompany_CGR.java
Log Message:
Fixed double withholding of CGR in 1856
Index: PublicCompany_CGR.java
===================================================================
RCS file: /cvsroot/rails/18xx/rails/game/specific/_1856/PublicCompany_CGR.java,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** PublicCompany_CGR.java 27 Mar 2010 18:27:08 -0000 1.10
--- PublicCompany_CGR.java 11 May 2010 19:57:47 -0000 1.11
***************
*** 92,96 ****
@Override
public void withhold(int amount) {
- if (amount > 0) new CashMove(bank, this, amount);
if (hasStockPrice && canSharePriceVary.booleanValue()) {
stockMarket.withhold(this);
--- 92,95 ----
|