From: Erik V. <ev...@us...> - 2010-02-03 20:17:18
|
Update of /cvsroot/rails/18xx/rails/ui/swing/hexmap In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv1357/rails/ui/swing/hexmap Modified Files: HexMap.java Log Message: Home base on green OO tile can now be chosen in first turn Index: HexMap.java =================================================================== RCS file: /cvsroot/rails/18xx/rails/ui/swing/hexmap/HexMap.java,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** HexMap.java 31 Jan 2010 22:22:36 -0000 1.21 --- HexMap.java 3 Feb 2010 20:16:40 -0000 1.22 *************** *** 203,206 **** --- 203,210 ---- } + public void setSelectedHex (GUIHex hex) { + selectedHex = hex; + } + public boolean isAHexSelected() // Not used { |