1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-28 09:14:58 +01:00

Rename LIST_ROW_HEIGHT to kListRowHeight

This commit is contained in:
Harry-Hopkinson
2024-04-14 16:37:01 +00:00
parent c5cfc65317
commit f242bbf095
15 changed files with 137 additions and 137 deletions

View File

@@ -640,7 +640,7 @@ static Widget _inventionListDragWidgets[] = {
do
{
res = inventionListWindow->GetResearchItemAt(newScreenCoords);
newScreenCoords.y += LIST_ROW_HEIGHT;
newScreenCoords.y += kListRowHeight;
} while (res.has_value() && res->research != nullptr && res->research->IsAlwaysResearched());
if (res.has_value())