Adjusted thresholds for the snow
This will kick things sooner (for better event timing).
This commit is contained in:
parent
029f662d3c
commit
d5b5c81e11
@ -24,7 +24,7 @@ void main()
|
||||
weather.SetWindMaximumSpeed( 30 );
|
||||
weather.SetWindFunctionParams( 0.1, 1.0, 42 );
|
||||
weather.SetStorm( 0, 1, 1 );
|
||||
weather.SetRainThresholds( 0.5, 1.0, 30 );
|
||||
weather.SetRainThresholds( 0.0, 1.0, 0 );
|
||||
|
||||
/*
|
||||
[Namalsk] Mission time init
|
||||
|
@ -24,7 +24,7 @@ void main()
|
||||
weather.SetWindMaximumSpeed( 30 );
|
||||
weather.SetWindFunctionParams( 0.1, 1.0, 42 );
|
||||
weather.SetStorm( 0, 1, 1 );
|
||||
weather.SetRainThresholds( 0.5, 1.0, 30 );
|
||||
weather.SetRainThresholds( 0.0, 1.0, 0 );
|
||||
|
||||
/*
|
||||
[Namalsk] Mission time init
|
||||
|
Loading…
Reference in New Issue
Block a user