From: Erik V. <ev...@us...> - 2009-09-25 19:13:21
|
Update of /cvsroot/rails/18xx/rails/game/specific/_18AL In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv5549/rails/game/specific/_18AL Modified Files: OperatingRound_18AL.java Log Message: Rationalised Bank, removing statics Removed two unnecessary Util methods Index: OperatingRound_18AL.java =================================================================== RCS file: /cvsroot/rails/18xx/rails/game/specific/_18AL/OperatingRound_18AL.java,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** OperatingRound_18AL.java 15 Jan 2009 20:53:28 -0000 1.5 --- OperatingRound_18AL.java 25 Sep 2009 19:13:01 -0000 1.6 *************** *** 85,89 **** if (hex == operatingCompany.getDestinationHex()) { int payout = 100; ! new CashMove(Bank.getInstance(), operatingCompany, payout); ReportBuffer.add(LocalText.getText("DestinationReachedByToken", operatingCompany.getName(), --- 85,89 ---- if (hex == operatingCompany.getDestinationHex()) { int payout = 100; ! new CashMove(bank, operatingCompany, payout); ReportBuffer.add(LocalText.getText("DestinationReachedByToken", operatingCompany.getName(), |