From: Erik V. <ev...@us...> - 2009-07-12 21:46:21
|
Update of /cvsroot/rails/18xx/rails/game In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv24531/rails/game Modified Files: OperatingRound.java Log Message: Fixes to CGR formation Index: OperatingRound.java =================================================================== RCS file: /cvsroot/rails/18xx/rails/game/OperatingRound.java,v retrieving revision 1.57 retrieving revision 1.58 diff -C2 -d -r1.57 -r1.58 *** OperatingRound.java 4 May 2009 20:29:14 -0000 1.57 --- OperatingRound.java 12 Jul 2009 21:06:18 -0000 1.58 *************** *** 186,189 **** --- 186,190 ---- boolean result = false; + doneAllowed = false; /*--- Common OR checks ---*/ *************** *** 1738,1741 **** --- 1739,1744 ---- if (repayment > 0) executeRepayLoans (action); + + doneAllowed = true; return true; *************** *** 1850,1854 **** possibleActions.clear(); selectedAction = null; - doneAllowed = false; int step = getStep(); --- 1853,1856 ---- |