diff --git a/Mission Files/hardcore.namalsk/init.c b/Mission Files/hardcore.namalsk/init.c index 89dd83f..e0d9157 100644 --- a/Mission Files/hardcore.namalsk/init.c +++ b/Mission Files/hardcore.namalsk/init.c @@ -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 diff --git a/Mission Files/regular.namalsk/init.c b/Mission Files/regular.namalsk/init.c index 30975e8..f50e736 100644 --- a/Mission Files/regular.namalsk/init.c +++ b/Mission Files/regular.namalsk/init.c @@ -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