Update of /cvsroot/rails/18xx/rails/game
In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv5888/rails/game
Modified Files:
Round.java
Log Message:
Added space before financials report
Index: Round.java
===================================================================
RCS file: /cvsroot/rails/18xx/rails/game/Round.java,v
retrieving revision 1.37
retrieving revision 1.38
diff -C2 -d -r1.37 -r1.38
*** Round.java 31 Jan 2010 22:22:28 -0000 1.37
--- Round.java 5 Feb 2010 19:57:06 -0000 1.38
***************
*** 359,363 ****
protected void finishRound() {
! // TEMPORARY? Report financials
for (PublicCompanyI c : companyManager.getAllPublicCompanies()) {
if (c.hasFloated() && !c.isClosed()) {
--- 359,364 ----
protected void finishRound() {
! // Report financials
! ReportBuffer.add("");
for (PublicCompanyI c : companyManager.getAllPublicCompanies()) {
if (c.hasFloated() && !c.isClosed()) {
|