Advanced weather: match thunderstorm pressure to scenario METAR
This commit is contained in:
parent
a9bce814f6
commit
096aad963a
1 changed files with 1 additions and 1 deletions
|
@ -1703,7 +1703,7 @@ var vis = 9000.0 + rand() * 10000.0;
|
|||
var T = 10.0 + rand() * 15.0;
|
||||
var spread = 8.0 + 4.0 * rand();
|
||||
var D = T - spread;
|
||||
var p = 1000 + rand() * 10.0; p = adjust_p(p);
|
||||
var p = 990 + rand() * 10.0; p = adjust_p(p);
|
||||
|
||||
if (realistic_visibility_flag == 1) {vis = vis * realistic_visibility_multiplyer;}
|
||||
|
||||
|
|
Loading…
Reference in a new issue