1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-19 04:53:12 +01:00

Increase minimum window size so pathfind history doesn’t spill out

This commit is contained in:
Jonathan van Tuijl
2020-08-11 03:35:24 +02:00
parent 58240cf1ad
commit dcdc782361

View File

@@ -490,7 +490,7 @@ static constexpr const rct_size16 window_guest_page_sizes[][2] = {
{ 210, 148, 210, 148 }, // WINDOW_GUEST_FINANCE
{ 192, 159, 500, 450 }, // WINDOW_GUEST_THOUGHTS
{ 192, 159, 500, 450 }, // WINDOW_GUEST_INVENTORY
{ 192, 159, 192, 171 } // WINDOW_GUEST_DEBUG
{ 192, 171, 192, 171 } // WINDOW_GUEST_DEBUG
};
// clang-format on