From: Erik V. <ev...@us...> - 2009-10-07 21:03:46
|
Update of /cvsroot/rails/18xx/rails/game/specific/_1856 In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv18129/rails/game/specific/_1856 Modified Files: CGRFormationRound.java StockRound_1856.java Removed Files: GameUIManager_1856.java Log Message: Dead code removal Index: StockRound_1856.java =================================================================== RCS file: /cvsroot/rails/18xx/rails/game/specific/_1856/StockRound_1856.java,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** StockRound_1856.java 6 Oct 2009 18:34:03 -0000 1.10 --- StockRound_1856.java 7 Oct 2009 21:03:36 -0000 1.11 *************** *** 140,144 **** cgr.getName(), cgr.getShareUnit())); - //log.debug("MustBuyExtraShareMessageAdded", new Exception("HERE")); if (lowestPrice > cash) { gameManager.startShareSellingRound(currentPlayer, --- 140,143 ---- --- GameUIManager_1856.java DELETED --- Index: CGRFormationRound.java =================================================================== RCS file: /cvsroot/rails/18xx/rails/game/specific/_1856/CGRFormationRound.java,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** CGRFormationRound.java 7 Oct 2009 19:00:38 -0000 1.20 --- CGRFormationRound.java 7 Oct 2009 21:03:36 -0000 1.21 *************** *** 48,52 **** public Class<? extends RoundI> getRoundTypeForUI () { return StockRound.class; - //return OperatingRound.class; } --- 48,51 ---- *************** *** 441,445 **** totalPrice += price; if (price < lowestPrice) lowestPrice = price; - //comp.setClosed(); } if (numberMerged >= 3) { --- 440,443 ---- *************** *** 631,635 **** if (hex.layBaseToken(cgr, city.getNumber())) { cgr.layBaseToken(hex, 0); - //log.debug("CGR exchanges a token at "+hex.getName()+" "+hex.getCityName()); } else { log.error("Error in laying CGR token on "+hex.getName()+" "+hex.getCityName()); --- 629,632 ---- *************** *** 662,666 **** setStep (STEP_EXCHANGE_TOKENS); } else { - //gameManager.nextRound(this); finishRound(); } --- 659,662 ---- *************** *** 681,685 **** if (checkForTrainsToDiscard()) return true; - //gameManager.nextRound(this); finishRound(); } --- 677,680 ---- |