Update of /cvsroot/rails/18xx/rails/game
In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv8889/rails/game
Modified Files:
OperatingRound.java
Log Message:
Changed previous fix, to reinstate the need to press Done after repaying loans
Index: OperatingRound.java
===================================================================
RCS file: /cvsroot/rails/18xx/rails/game/OperatingRound.java,v
retrieving revision 1.117
retrieving revision 1.118
diff -C2 -d -r1.117 -r1.118
*** OperatingRound.java 19 Mar 2010 20:37:53 -0000 1.117
--- OperatingRound.java 19 Mar 2010 20:51:05 -0000 1.118
***************
*** 1964,1974 ****
if (repayment > 0) executeRepayLoans (action);
- // doneAllowed = true;
- // has no effect, overwritten in setPossibleActions(), fix of bug 2954654
-
- if (operatingCompany.getCurrentNumberOfLoans() == 0) {
- nextStep();
- }
-
return true;
}
--- 1964,1967 ----
|