Update of /cvsroot/rails/18xx/rails/game/specific/_1856
In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv7346/rails/game/specific/_1856
Modified Files:
OperatingRound_1856.java
Log Message:
Fix stall after repaying loans in 1856
Index: OperatingRound_1856.java
===================================================================
RCS file: /cvsroot/rails/18xx/rails/game/specific/_1856/OperatingRound_1856.java,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** OperatingRound_1856.java 13 Mar 2010 18:41:25 -0000 1.31
--- OperatingRound_1856.java 19 Mar 2010 20:37:53 -0000 1.32
***************
*** 351,354 ****
--- 351,358 ----
// Step may only be skipped if repayment is optional
if (minNumber == 0) doneAllowed = true;
+
+ } else {
+ // No (more) loans
+ doneAllowed = true;
}
}
|