Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
Zhi You Tan
2017-07-25 17:17:45 +12:00
4 changed files with 10 additions and 1 deletions
@@ -25,7 +25,7 @@ public class GameState {
public GameState(String hostIpAddress) {
windDirection = 170d;
windSpeed = 1300d;
windSpeed = 10000d;
yachts = new HashMap<>();
players = new ArrayList<>();