1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-18 20:43:04 +01:00

Rename Window fields

This commit is contained in:
Gymnasiast
2025-09-17 19:03:29 +02:00
parent a613b2604a
commit d4a0bca091
73 changed files with 762 additions and 763 deletions

View File

@@ -123,8 +123,8 @@ namespace OpenRCT2
closeButton.bottom += heightDifference;
height += heightDifference;
min_height += heightDifference;
max_height += heightDifference;
minHeight += heightDifference;
maxHeight += heightDifference;
Invalidate();