Implemented wake lines

- Changed heading calculation in event class
- The boats now go to the marker, rather than the center of a gate

Tags: #story[466]
This commit is contained in:
Michael Rausch
2017-03-24 20:27:17 +13:00
parent 798fe4da0e
commit 5dd5e50738
6 changed files with 79 additions and 24 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ public abstract class Mark {
}
public void setName(String name) {
this.name = name;
this.name = name;
}
public MarkType getMarkType() {