adjusted givePointsXY to try and use the marks from the XML parser, stopped partway as the marks from the XML parser and the standard marks need to be merged before this can be fixed properly #story[923]

This commit is contained in:
Peter Galloway
2017-05-14 22:12:16 +12:00
parent ae5678482b
commit 256ec046fc
2 changed files with 19 additions and 19 deletions
@@ -326,6 +326,7 @@ public class XMLParser {
public Integer getMarkID() { return markID; }
public String getcMarkName() { return cMarkName; }
public MarkType getMarkType() { return markType; }
public ArrayList<Mark> getMarks() { return marks; }
public class Mark {