mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
kestrel 360, weather
This commit is contained in:
parent
770a151bf5
commit
ce81f6d9f5
@ -121,10 +121,13 @@ GVAR(wheelState) = 1;
|
||||
|
||||
};
|
||||
|
||||
_directon = round _directon;
|
||||
if (_directon == 360) then {_directon = 0};
|
||||
|
||||
_ctrlHUD1 ctrlSetText _windA;
|
||||
_ctrlHUD2 ctrlSetText _windB;
|
||||
_ctrlHUD3 ctrlSetText str round _directon;
|
||||
_ctrlHUD4 ctrlSetText str ((round (0 * 10)) / 10);
|
||||
_ctrlHUD3 ctrlSetText str _directon;
|
||||
_ctrlHUD4 ctrlSetText str ((round (EGVAR(weather,currentTemperature) * 10)) / 10);
|
||||
|
||||
// adjust kestrel picture in the dark
|
||||
private "_brightness";
|
||||
|
Loading…
Reference in New Issue
Block a user