From: Erik V. <ev...@us...> - 2010-02-17 22:11:57
|
Update of /cvsroot/rails/18xx/rails/game In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv18693/rails/game Modified Files: GameDef.java Log Message: Added comment Index: GameDef.java =================================================================== RCS file: /cvsroot/rails/18xx/rails/game/GameDef.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** GameDef.java 6 Feb 2010 23:45:21 -0000 1.4 --- GameDef.java 17 Feb 2010 22:11:49 -0000 1.5 *************** *** 36,39 **** --- 36,40 ---- public enum OrStep { + /* In-sequence steps */ INITIAL, LAY_TRACK, |