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:
@@ -309,7 +309,7 @@ namespace OpenRCT2::Editor
|
||||
gameState.BankLoanInterestRate = std::clamp<uint8_t>(gameState.BankLoanInterestRate, 5, MaxBankLoanInterestRate);
|
||||
}
|
||||
|
||||
ClimateReset(gameState.Climate);
|
||||
ClimateReset();
|
||||
|
||||
News::InitQueue();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user