Added a visual indicator of wind speed during race (text box)

#pair[kre39,mra106] #story[1040]
This commit is contained in:
Kusal Ekanayake
2017-07-25 15:22:46 +12:00
parent 3785cd705f
commit 539197cef5
4 changed files with 10 additions and 1 deletions
@@ -11,6 +11,7 @@ public class RaceStatusMessage extends Message{
private final int MESSAGE_BASE_SIZE = 24;
private final double windDirFactor = 0x4000 / 90;
private long currentTime;
private long raceId;
private RaceStatus raceStatus;