Update of /cvsroot/rails/18xx/rails/game/state
In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv10857/rails/game/state
Modified Files:
State.java
Log Message:
Removed unnecessary update() call
Index: State.java
===================================================================
RCS file: /cvsroot/rails/18xx/rails/game/state/State.java,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** State.java 1 Jan 2010 14:04:19 -0000 1.13
--- State.java 1 Jan 2010 14:34:54 -0000 1.14
***************
*** 50,54 ****
new Exception(""));
}
- update();
}
--- 50,53 ----
|