mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-25 15:54:31 +01:00
Fix rain gloom. Mistake in viewport_paint caused no change in gloom
This commit is contained in:
@@ -199,6 +199,9 @@ void climate_force_weather(uint8 weather){
|
||||
RCT2_GLOBAL(RCT2_ADDRESS_CLIMATE_UPDATE_TIMER, sint16) = 1920;
|
||||
|
||||
climate_update();
|
||||
|
||||
// Incase of change in gloom level force a complete redraw
|
||||
gfx_invalidate_screen();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user