From: Erik V. <ev...@us...> - 2009-12-20 14:58:32
|
Update of /cvsroot/rails/18xx/rails/ui/swing In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv6115/rails/ui/swing Modified Files: ORUIManager.java Log Message: Fixed a misnamed constant. Index: ORUIManager.java =================================================================== RCS file: /cvsroot/rails/18xx/rails/ui/swing/ORUIManager.java,v retrieving revision 1.34 retrieving revision 1.35 diff -C2 -d -r1.34 -r1.35 *** ORUIManager.java 25 Nov 2009 18:48:19 -0000 1.34 --- ORUIManager.java 20 Dec 2009 14:58:23 -0000 1.35 *************** *** 520,524 **** // Check if the new tile must be connected to some other track boolean mustConnect = ! tile.getColourName().equalsIgnoreCase(Tile.YELLOW_COLOPUR_NAME) // Does not apply to the current company's home hex(es) && !hex.getHexModel().isHome(orComp) --- 520,524 ---- // Check if the new tile must be connected to some other track boolean mustConnect = ! tile.getColourName().equalsIgnoreCase(Tile.YELLOW_COLOUR_NAME) // Does not apply to the current company's home hex(es) && !hex.getHexModel().isHome(orComp) |