Update of /cvsroot/rails/18xx/rails/util
In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv5873/rails/util
Modified Files:
Tag.java
Log Message:
Added getGameOptions()
Index: Tag.java
===================================================================
RCS file: /cvsroot/rails/18xx/rails/util/Tag.java,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** Tag.java 28 Dec 2009 14:53:00 -0000 1.12
--- Tag.java 15 Jan 2010 19:52:01 -0000 1.13
***************
*** 51,54 ****
--- 51,58 ----
}
+ public Map<String, String> getGameOptions () {
+ return gameOptions;
+ }
+
public Map<String, List<Tag>> getChildren() throws ConfigurationException {
|