From: Erik V. <ev...@us...> - 2009-10-31 17:08:47
|
Update of /cvsroot/rails/18xx/rails/game/specific/_18EU In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv12071/rails/game/specific/_18EU Modified Files: StartCompany_18EU.java Log Message: More rationalising of static method usage Index: StartCompany_18EU.java =================================================================== RCS file: /cvsroot/rails/18xx/rails/game/specific/_18EU/StartCompany_18EU.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** StartCompany_18EU.java 29 Oct 2009 19:41:30 -0000 1.7 --- StartCompany_18EU.java 31 Oct 2009 17:08:27 -0000 1.8 *************** *** 122,126 **** } ! MapManager mapManager = MapManager.getInstance(); if (availableHomeStationNames != null) { availableHomeStations = new ArrayList<City>(); --- 122,126 ---- } ! MapManager mapManager = GameManager.getInstance().getMapManager(); if (availableHomeStationNames != null) { availableHomeStations = new ArrayList<City>(); |