From: Erik V. <ev...@us...> - 2010-01-01 14:04:27
|
Update of /cvsroot/rails/18xx/rails/game/state In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv5548/rails/game/state Modified Files: State.java Log Message: Call update when object is set. (to be checked of this causes duplicate updates). Index: State.java =================================================================== RCS file: /cvsroot/rails/18xx/rails/game/state/State.java,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** State.java 7 Oct 2009 19:00:37 -0000 1.12 --- State.java 1 Jan 2010 14:04:19 -0000 1.13 *************** *** 50,53 **** --- 50,54 ---- new Exception("")); } + update(); } |