1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-29 09:44:52 +01:00

Purge old climate setting from gamestate

This commit is contained in:
Aaron van Geffen
2025-02-04 16:25:17 +01:00
parent c7e364c8dd
commit 8eb8f045b5
9 changed files with 9 additions and 16 deletions

View File

@@ -309,7 +309,7 @@ namespace OpenRCT2::Editor
gameState.BankLoanInterestRate = std::clamp<uint8_t>(gameState.BankLoanInterestRate, 5, MaxBankLoanInterestRate);
}
ClimateReset(gameState.Climate);
ClimateReset();
News::InitQueue();
}