From: Erik V. <ev...@us...> - 2010-02-06 23:48:34
|
Update of /cvsroot/rails/18xx/rails/common In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv9732/rails/common Modified Files: GuiDef.java Log Message: Allow special token lays at any time during OR. This has changed the way that OR steps are handled. These can now be used again in the UI. Goal was to enable the extra NF token lay in 1835 Index: GuiDef.java =================================================================== RCS file: /cvsroot/rails/18xx/rails/common/GuiDef.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** GuiDef.java 31 Jan 2010 22:22:27 -0000 1.2 --- GuiDef.java 6 Feb 2010 23:48:26 -0000 1.3 *************** *** 21,25 **** return defaultClassName; } ! } public static String getDefaultClassName (ClassName key) { --- 21,25 ---- return defaultClassName; } ! } public static String getDefaultClassName (ClassName key) { *************** *** 51,53 **** STOCK_MARKET } ! } --- 51,54 ---- STOCK_MARKET } ! ! } |