1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-22 14:24:33 +01:00

Rename field of all config categories

This commit is contained in:
Gymnasiast
2025-10-07 20:14:37 +02:00
parent a6515487a3
commit daa4fe8ac3
104 changed files with 1175 additions and 1175 deletions

View File

@@ -182,7 +182,7 @@ public:
case WindowView::financesResearch:
return FinancesResearchOpen();
case WindowView::rideResearch:
if (Config::Get().interface.ToolbarShowResearch)
if (Config::Get().interface.toolbarShowResearch)
{
return this->OpenWindow(WindowClass::research);
}
@@ -855,7 +855,7 @@ public:
// Check if there are any window slots left
// include kWindowLimitReserved for items such as the main viewport and toolbars to not appear to be counted.
if (gWindowList.size() >= static_cast<size_t>(Config::Get().general.WindowLimit + kWindowLimitReserved))
if (gWindowList.size() >= static_cast<size_t>(Config::Get().general.windowLimit + kWindowLimitReserved))
{
// Close least recently used window
for (auto& w : gWindowList)