Added proper the starting locations for marks and boats.

This commit is contained in:
Kusal Ekanayake
2017-07-25 18:48:33 +12:00
parent e569574c01
commit 4f2dca7ecf
3 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -108,8 +108,8 @@ public class Yacht {
this.country = country;
this.position = "-";
this.sailIn = false;
this.location = new GeoPoint(57.6679590, 11.8503233);
this.heading = 0.0;
this.location = new GeoPoint(57.670341, 11.826856);
this.heading = 120.0;
this.velocity = 50000.0;
}