1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-24 16:22:56 +01:00

Fix clang-tidy renaming mistake from #15956

This commit is contained in:
Hielke Morsink
2021-11-23 17:12:07 +01:00
committed by GitHub
parent bb2c7dbaca
commit b86dfeca4e

View File

@@ -589,7 +589,7 @@ static void WindowMapScrollmousedown(rct_window* w, int32_t scrollIndex, const S
window_scroll_to_location(mainWindow, { mapCoords, mapZ });
}
if (scenery_tool_is_active())
if (LandToolIsActive())
{
// Set land terrain
int32_t landToolSize = std::max<int32_t>(1, gLandToolSize);