From: Erik V. <ev...@us...> - 2010-01-26 19:50:53
|
Update of /cvsroot/rails/18xx/rails/game/specific/_18EU In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv8842/rails/game/specific/_18EU Modified Files: OperatingRound_18EU.java Log Message: Discard Pullmanns to Pool, not ScrapHeap Index: OperatingRound_18EU.java =================================================================== RCS file: /cvsroot/rails/18xx/rails/game/specific/_18EU/OperatingRound_18EU.java,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** OperatingRound_18EU.java 24 Jan 2010 16:21:28 -0000 1.13 --- OperatingRound_18EU.java 26 Jan 2010 19:50:45 -0000 1.14 *************** *** 174,178 **** TrainI pullmann = operatingCompany.getPortfolio().getTrainOfType(pullmannType); if (pullmann != null) { // must be non-null ! pullmann.moveTo(scrapHeap); ReportBuffer.add(LocalText.getText("CompanyDiscardsTrain", operatingCompany.getName(), --- 174,178 ---- TrainI pullmann = operatingCompany.getPortfolio().getTrainOfType(pullmannType); if (pullmann != null) { // must be non-null ! pullmann.moveTo(pool); ReportBuffer.add(LocalText.getText("CompanyDiscardsTrain", operatingCompany.getName(), |