From: <ev...@us...> - 2010-08-22 15:47:34
|
Revision: 1402 http://rails.svn.sourceforge.net/rails/?rev=1402&view=rev Author: evos Date: 2010-08-22 15:47:27 +0000 (Sun, 22 Aug 2010) Log Message: ----------- Minor comment fix Modified Paths: -------------- trunk/18xx/rails/game/specific/_18EU/GameManager_18EU.java Modified: trunk/18xx/rails/game/specific/_18EU/GameManager_18EU.java =================================================================== --- trunk/18xx/rails/game/specific/_18EU/GameManager_18EU.java 2010-08-22 15:47:01 UTC (rev 1401) +++ trunk/18xx/rails/game/specific/_18EU/GameManager_18EU.java 2010-08-22 15:47:27 UTC (rev 1402) @@ -79,9 +79,8 @@ bankrupter.getPortfolio().swapPresidentCertificate(company, newPresident.getPortfolio()); } else { - company.setClosed(); + company.setClosed(); // This also makes majors restartable ReportBuffer.add(LocalText.getText("CompanyCloses", company.getName())); - // TODO: can be restarted (in 18EU) } } // Dump all shares This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |