From: Erik V. <ev...@us...> - 2009-12-07 17:47:37
|
Update of /cvsroot/rails/18xx/rails/game In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv32107/rails/game Modified Files: MapHex.java Log Message: Call update() on token exchange to update map. Index: MapHex.java =================================================================== RCS file: /cvsroot/rails/18xx/rails/game/MapHex.java,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -d -r1.31 -r1.32 *** MapHex.java 7 Nov 2009 12:09:56 -0000 1.31 --- MapHex.java 7 Dec 2009 17:47:29 -0000 1.32 *************** *** 700,703 **** --- 700,704 ---- } else { token.moveTo(city); + update(); return true; } |