implemented race finish functionality, finish screen not loading properly yet #story[1124]

This commit is contained in:
Peter Galloway
2017-08-15 20:48:51 +12:00
parent 23a04facbe
commit 50baf6f85b
3 changed files with 23 additions and 2 deletions
@@ -70,6 +70,7 @@ public class ClientYacht extends Observable {
this.location = new GeoPoint(57.670341, 11.826856);
this.heading = 120.0; //In degrees
this.currentVelocity = 0d;
this.boatStatus = 1;
}
/**