mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-28 01:04:50 +01:00
Add option to disable weather gloom and rain effects
This commit is contained in:
@@ -186,7 +186,7 @@ void update_palette_effects()
|
||||
int q = 0;
|
||||
extern const sint32 WeatherColours[4];
|
||||
int weather_colour = WeatherColours[gClimateCurrentWeatherGloom];
|
||||
if (weather_colour != -1) {
|
||||
if (weather_colour != -1 && gConfigGeneral.render_weather_gloom) {
|
||||
q = 1;
|
||||
if (weather_colour != 0x2000031) {
|
||||
q = 2;
|
||||
|
||||
Reference in New Issue
Block a user