1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-28 17:24:47 +01:00

Fix #20196: New scenarios start with an incorrect temperature

This commit is contained in:
tanzimchowdh
2024-01-22 14:18:31 -05:00
committed by GitHub
parent dcd1f60f4f
commit cba53fd3ce
2 changed files with 2 additions and 1 deletions

View File

@@ -45,7 +45,7 @@ GameActions::Result ClimateSetAction::Query() const
GameActions::Result ClimateSetAction::Execute() const
{
OpenRCT2::GetGameState().Climate = ClimateType{ _climate };
ClimateReset(_climate);
GfxInvalidateScreen();